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 4,326 public repositories matching this topic...
-
Updated
May 5, 2021 - 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.
-
Updated
Apr 25, 2021 - JavaScript
Describe the bug
When using an image URL like https://bundlephobia.com/api/stats-image?name=convert&version=1.0.1&wide=true
for a version that isn't published the image returns a placeholder, but the placeholder gets cached. After the version is published the placeholder image stays cached.
To Reproduce
Visit an image URL for a version that didn't exist at image generation time.
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Mar 18, 2021 - JavaScript
When generating reference docs (e.g. via Paka @category
JSDoc tag which enables grouping them in a semantically more meaningful way.
Here are a few example packages which already added the @example
JSDoc tag:
- graphql-ws
- [@antfu/utils](https://www.paka.dev/npm
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Apr 26, 2021 - TypeScript
-
Updated
Jan 23, 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
ES5 compatibility
While the README states that Hashids is ES5 compatible (https://github.com/niieani/hashids.js#use-as-global-in-the-browser-wherever-es5-is-supported-5kb), the library does not work in IE 11. IE 11, in my understanding, is almost ES5 compatible, enough so that I would expect Hashids to work in it.
The first error IE 11 throws is that it does not support Array.from
. This method was introduce
-
Updated
Mar 21, 2021 - TypeScript
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
May 8, 2021 - 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
Mar 23, 2018 - 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
Apr 25, 2021 - JavaScript
-
Updated
Apr 15, 2021 - TypeScript
-
Updated
Feb 3, 2021
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jan 31, 2021 - JavaScript
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia