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

@pnpm/constants

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/constants - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

lib/index.js.map

32

package.json
{
"name": "@pnpm/constants",
"version": "5.0.0",
"version": "6.0.0",
"description": "pnpm constants",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
"node": ">=14.19"
},

@@ -14,10 +14,5 @@ "files": [

],
"scripts": {
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants",
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/constants",
"keywords": [
"pnpm7",
"pnpm",

@@ -30,4 +25,15 @@ "constants"

},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/constants#readme",
"funding": "https://opencollective.com/pnpm"
}
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/constants#readme",
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/constants": "6.0.0"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {
"test": "pnpm run compile",
"lint": "eslint src/**/*.ts",
"compile": "tsc --build && pnpm run lint --fix"
}
}

@@ -12,3 +12,3 @@ # @pnpm/constants

```sh
<pnpm|npm|yarn> add @pnpm/constants
pnpm add @pnpm/constants
```

@@ -15,0 +15,0 @@

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