New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/normalize-registries

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/normalize-registries - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

15

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc