@pnpm/normalize-registries
Advanced tools
Comparing version 2.0.10 to 2.0.11
{ | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"bugs": { | ||
@@ -23,3 +23,3 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"dependencies": { | ||
"@pnpm/types": "7.7.1", | ||
"@pnpm/types": "7.8.0", | ||
"normalize-registry-url": "2.0.0" | ||
@@ -33,3 +33,4 @@ }, | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4685
+ Added@pnpm/types@7.8.0(transitive)
- Removed@pnpm/types@7.7.1(transitive)
Updated@pnpm/types@7.8.0