Socket
Socket
Sign inDemoInstall

@pnpm/error

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/error - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

lib/index.js

@@ -8,3 +8,3 @@ "use strict";

super(message);
this.code = `ERR_PNPM_${code}`;
this.code = code.startsWith('ERR_PNPM_') ? code : `ERR_PNPM_${code}`;
this.hint = opts?.hint;

@@ -11,0 +11,0 @@ this.attempts = opts?.attempts;

{
"name": "@pnpm/error",
"version": "5.0.2",
"version": "5.0.3",
"description": "An error class for pnpm errors",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/error": "5.0.2"
"@pnpm/error": "5.0.3"
},

@@ -30,0 +30,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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