Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/npm-conf

Package Overview
Dependencies
Maintainers
2
Versions
18
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 1.0.0 to 1.0.1

2

lib/defaults.js

@@ -115,3 +115,3 @@ // Generated with `lib/make.js`

'node-options': null,
'node-version': process.version,
// We remove node-version to fix the issue described here: https://github.com/pnpm/pnpm/issues/4203#issuecomment-1133872769
'offline': false,

@@ -118,0 +118,0 @@ 'onload-script': false,

@@ -50,3 +50,3 @@ 'use strict';

${body.replace(INDENT_REGEXP, INDENT_REPLACER)};
${body.replace(INDENT_REGEXP, INDENT_REPLACER).replace("'node-version': process.version,", '// We remove node-version to fix the issue described here: https://github.com/pnpm/pnpm/issues/4203#issuecomment-1133872769')};
`;

@@ -53,0 +53,0 @@

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

@@ -37,5 +37,4 @@ "license": "MIT",

"scripts": {
"prepublish": "node lib/make.js && tsc -p lib/tsconfig.make-out.json",
"test": "jest"
}
}
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