@pnpm/normalize-registries
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"bugs": { | ||
@@ -21,11 +21,11 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/normalize-registries", | ||
"dependencies": { | ||
"@pnpm/types": "7.9.0", | ||
"@pnpm/types": "7.10.0", | ||
"normalize-registry-url": "2.0.0" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/normalize-registries#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/normalize-registries": "2.0.12" | ||
"@pnpm/normalize-registries": "2.0.13" | ||
}, | ||
@@ -35,5 +35,4 @@ "scripts": { | ||
"lint": "eslint src/**/*.ts", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"readme": "# @pnpm/normalize-registries\n\n> Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized\n\n## Installation\n\n```\npnpm add @pnpm/normalize-registries\n```\n\n## Usage\n\n```typescript\nimport normalizeRegistries from '@pnpm/normalize-registries'\n\nnormalizeRegistries({\n 'default': 'https://registry.npmjs.org',\n '@foo': 'https://example.com',\n})\n// will return the same object but the URLs will end with a /\n```\n\n## License\n\n[MIT](LICENSE)\n" | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4207
+ Added@pnpm/types@7.10.0(transitive)
- Removed@pnpm/types@7.9.0(transitive)
Updated@pnpm/types@7.10.0