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.4 to 1.0.5

6

lib/conf.js

@@ -44,3 +44,7 @@ 'use strict';

} catch (error) {
this.add({}, marker);
if (error.code === 'ENOENT') {
this.add({}, marker);
} else {
throw error;
}
}

@@ -47,0 +51,0 @@

2

package.json
{
"name": "@pnpm/npm-conf",
"version": "1.0.4",
"version": "1.0.5",
"description": "Get the npm config",

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

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