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 5,424 public repositories matching this topic...
-
Updated
Apr 6, 2022 - TypeScript
Port tests from Got
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.
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
-
Updated
Mar 19, 2022 - JavaScript
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Jan 26, 2022 - JavaScript
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Sep 2, 2021 - JavaScript
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
Apr 8, 2022 - TypeScript
-
Updated
Dec 3, 2021 - JavaScript
This is a follow-up to v2.0 #65 to switch the default parsing on supported systems so we support BigInt strings transparently.
What rule do you want to change?
vue/match-component-file-name
Does this change cause the rule to produce more or fewer warnings?
Same.
How will the change be implemented? (New option, new default behavior, etc.)?
New suggestions
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Jan 28, 2019 - JavaScript
I use Array<Uint8Array>
as a value. But The uint8Array is treated as string.
function arrayString(val) {
var result = '{'
for (var i = 0; i < val.length; i++) {
if (i > 0) {
result = result + ','
}
if (val[i] === null || typeof val[i] === 'undefined') {
result = result + 'NULL'
} else if (Array.isArray(val[i])) {
result = result + arrayStr
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Feb 5, 2022 - 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
Feb 6, 2022 - JavaScript
-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Apr 6, 2022 - TypeScript
Currently, InfiniteScroll
adds the scroll listeners only when mounting. That means that if the scroll target (whether it's specified or default to window
) changes, the component won't request a new page load if there's some scroll in the new target.
I guess the solution is to check in componentWillReceiveProps
if there's some change in target, and if it's the case, remove the current lis
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Feb 12, 2022
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia
Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.
Screenshots
ht