Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@pnpm/npm-conf

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/npm-conf - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+1
-1
lib/envKeyToSetting.js

@@ -8,3 +8,3 @@ module.exports = function (x) {

const secondPart = x.substr(colonIndex + 1);
return `${normalize(firstPart)}:${normalize(secondPart)}`;
return `${firstPart}:${normalize(secondPart)}`;
}

@@ -11,0 +11,0 @@

@@ -40,2 +40,6 @@ const envKeyToSetting = require('./envKeyToSetting');

],
[
'//pkgs.dev.azure.com/azure-devops-org/_packaging/feed-name/npm/registry/:_authtoken',
'//pkgs.dev.azure.com/azure-devops-org/_packaging/feed-name/npm/registry/:_authToken',
],
];

@@ -42,0 +46,0 @@

{
"name": "@pnpm/npm-conf",
"version": "3.0.0",
"version": "3.0.1",
"description": "Get the npm config",

@@ -5,0 +5,0 @@ "license": "MIT",