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 2.1.0 to 3.0.0

4

lib/index.js

@@ -9,4 +9,4 @@ "use strict";

this.code = `ERR_PNPM_${code}`;
this.hint = opts === null || opts === void 0 ? void 0 : opts.hint;
this.attempts = opts === null || opts === void 0 ? void 0 : opts.attempts;
this.hint = opts?.hint;
this.attempts = opts?.attempts;
}

@@ -13,0 +13,0 @@ }

{
"name": "@pnpm/error",
"version": "2.1.0",
"version": "3.0.0",
"description": "An error class for pnpm errors",

@@ -12,7 +12,7 @@ "main": "lib/index.js",

"engines": {
"node": ">=12.17"
"node": ">=14.19"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/error",
"keywords": [
"pnpm6",
"pnpm7",
"pnpm",

@@ -28,7 +28,10 @@ "error"

"devDependencies": {
"@pnpm/error": "2.1.0"
"@pnpm/error": "3.0.0"
},
"dependencies": {
"@pnpm/constants": "5.0.0"
"@pnpm/constants": "6.0.0"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {

@@ -35,0 +38,0 @@ "lint": "eslint src/**/*.ts",

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