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

@pnpm/package-is-installable

Package Overview
Dependencies
Maintainers
3
Versions
97
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.2.1 to 3.0.0

86

package.json
{
"name": "@pnpm/package-is-installable",
"version": "2.2.1",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"description": "Checks if a package is installable on the current system",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=8.15"
},
"peerDependencies": {
"@pnpm/logger": "^2.1.0"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable#readme",
"scripts": {
"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": "pnpm run tsc"
},
"dependencies": {
"@pnpm/core-loggers": "3.0.3",
"@pnpm/error": "1.0.0",
"@pnpm/types": "3.2.0",
"semver": "6.3.0"
},
"devDependencies": {
"@pnpm/logger": "2.1.1",
"@pnpm/package-is-installable": "link:",
"@types/semver": "6",
"rimraf": "2.6.3",
"tape": "4.11.0"
}
"name": "@pnpm/package-is-installable",
"version": "3.0.0",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"description": "Checks if a package is installable on the current system",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable#readme",
"scripts": {
"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": "pnpm run tsc"
},
"dependencies": {
"@pnpm/core-loggers": "4.0.0",
"@pnpm/error": "1.0.0",
"@pnpm/types": "4.0.0",
"semver": "6.3.0"
},
"devDependencies": {
"@pnpm/logger": "3.1.0",
"@pnpm/package-is-installable": "link:",
"@types/semver": "6",
"rimraf": "3.0.0",
"tape": "4.11.0"
}
}
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