New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/package-is-installable

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/package-is-installable - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

15

package.json
{
"name": "@pnpm/package-is-installable",
"version": "2.0.5",
"version": "2.0.6",
"author": {

@@ -26,7 +26,7 @@ "name": "Zoltan Kochan",

"scripts": {
"start": "npm run tsc -- --watch",
"test": "npm run tsc && npm run lint && ts-node test",
"start": "pnpm run tsc -- --watch",
"test": "pnpm run tsc && pnpm run lint && ts-node test",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
"prepublishOnly": "pnpm run tsc"
},

@@ -36,11 +36,8 @@ "dependencies": {

"@pnpm/types": "3.2.0",
"semver": "6.0.0"
"semver": "6.1.1"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/logger": "2.1.1",
"@pnpm/package-is-installable": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/node": "*",
"@types/semver": "6.0.0",
"@types/tape": "4.2.33",
"rimraf": "2.6.3",

@@ -47,0 +44,0 @@ "tape": "4.10.1",

LICENSE

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