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

@pnpm/pick-registry-for-package

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/pick-registry-for-package - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

3

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pickRegistryForPackage = void 0;
exports.pickRegistryForPackage = pickRegistryForPackage;
function pickRegistryForPackage(registries, packageName, pref) {

@@ -8,3 +8,2 @@ const scope = getScope(packageName, pref);

}
exports.pickRegistryForPackage = pickRegistryForPackage;
function getScope(pkgName, pref) {

@@ -11,0 +10,0 @@ if (pref?.startsWith('npm:')) {

{
"name": "@pnpm/pick-registry-for-package",
"description": "Picks the right registry for the package from a registries config",
"version": "6.0.5",
"version": "6.0.6",
"bugs": {

@@ -23,3 +23,3 @@ "url": "https://github.com/pnpm/pnpm/issues"

"dependencies": {
"@pnpm/types": "12.0.0"
"@pnpm/types": "12.1.0"
},

@@ -29,3 +29,3 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/config/pick-registry-for-package#readme",

"devDependencies": {
"@pnpm/pick-registry-for-package": "6.0.5"
"@pnpm/pick-registry-for-package": "6.0.6"
},

@@ -32,0 +32,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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