Socket
Socket
Sign inDemoInstall

@pnpm/prepare-package

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/prepare-package - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

68

package.json
{
"name": "@pnpm/prepare-package",
"version": "1.0.2",
"description": "Prepares a Git-hosted package",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/prepare-package",
"keywords": [
"pnpm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prepare-package#readme",
"dependencies": {
"@pnpm/read-package-json": "5.0.3",
"@zkochan/rimraf": "^2.1.1",
"execa": "^5.0.0",
"preferred-pm": "^3.0.3"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "@pnpm/prepare-package",
"version": "1.0.3",
"description": "Prepares a Git-hosted package",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/prepare-package",
"keywords": [
"pnpm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prepare-package#readme",
"dependencies": {
"@pnpm/read-package-json": "5.0.4",
"@zkochan/rimraf": "^2.1.1",
"execa": "^5.0.0",
"preferred-pm": "^3.0.3"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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