npm-package
Npm is a package manager for JavaScript, included with Node.js. As a package manager, npm makes it easy for developers to share and reuse code.
Here are 3,763 public repositories matching this topic...
-
Updated
Nov 11, 2020 - TypeScript
I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).
I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.
In our particular can we don't use babel (we use typescript), so I'm
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
Describe the bug
It surprised me as well, but apparently NPM is case sensitive
https://www.npmjs.com/package/webStorage
https://www.npmjs.com/package/webstorage
To Reproduce
https://bundlephobia.com/result?p=webStorage
Expected behavior
I should be shown stats for webStorage package, but I see webstorage instead.
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Oct 29, 2020 - JavaScript
Please describe what the rule should do:
Since Vue v2.1.0, Vue.nextTick and vm.$nextTick return a Promise if no callback is provided. So both of the following are valid:
Vue.nextTick(callback)Vue.nextTick().then()/await Vue.nextTick()
Or inside components:
this.$nextTick(callback)
My goal is to have the best documentation for each provided type.
If something is unclear in any of the types, please comment or open a PR to improve it.
Some things you could contribute:
- Fix typos.
- Improved description of the type.
- More examples.
- Provide more real-world use-cases. This helps the user understand where a type might come in handy.
- Add links to relevant discu
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';
I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5
`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
-
Updated
Oct 29, 2020 - TypeScript
Fix the browsers!
The goal of this project is to make itself obsolete. We should try to get browsers to fix their own styles so we don't have to work around them indefinitely.
If you want to help out:
- Pick a style in
modern-normalize.css - Go to the relevant browser issue trackers ([Chrome](http://dev.chromium.org/for-test
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Nov 4, 2020 - JavaScript
For popular things that makes sense. Suggestions welcome, but I'm not going to add more than maybe 30. So make it worth it.
Don't do a PR. I'll add them all at once when we've decided on what to include.
-
Updated
Sep 27, 2020 - JavaScript
Right now the ISocketFactory type is mismatch with the real implementation
It is currently like this
export type ISocketFactory = (
host: string,
port: number,
ssl: tls.ConnectionOptions,
onConnect: () => void
) => net.Socketwhile the real implementation is sending only 1 argument to it like this
https://kafka.js.org/docs/configuration#custom-socket-factory
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Sep 23, 2020
-
Updated
Sep 20, 2020 - JavaScript
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia

