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 5.0.0 to 5.0.1

8

CHANGELOG.md
# @pnpm/package-is-installable
## 5.0.1
### Patch Changes
- Updated dependencies [97c64bae4]
- @pnpm/types@7.1.0
- @pnpm/core-loggers@6.0.1
## 5.0.0

@@ -4,0 +12,0 @@

4

lib/index.js

@@ -56,3 +56,3 @@ "use strict";

var _a, _b, _c, _d;
return (_c = (0, checkPlatform_1.default)(pkgId, {
return (_c = checkPlatform_1.default(pkgId, {
cpu: (_a = manifest.cpu) !== null && _a !== void 0 ? _a : ['any'],

@@ -62,3 +62,3 @@ os: (_b = manifest.os) !== null && _b !== void 0 ? _b : ['any'],

? null
: (0, checkEngine_1.default)(pkgId, manifest.engines, {
: checkEngine_1.default(pkgId, manifest.engines, {
node: (_d = options.nodeVersion) !== null && _d !== void 0 ? _d : process.version,

@@ -65,0 +65,0 @@ pnpm: options.pnpmVersion,

{
"name": "@pnpm/package-is-installable",
"version": "5.0.0",
"version": "5.0.1",
"description": "Checks if a package is installable on the current system",

@@ -21,14 +21,6 @@ "main": "lib/index.js",

"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable#readme",
"scripts": {
"start": "pnpm run tsc -- --watch",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"dependencies": {
"@pnpm/core-loggers": "6.0.0",
"@pnpm/core-loggers": "6.0.1",
"@pnpm/error": "2.0.0",
"@pnpm/types": "7.0.0",
"@pnpm/types": "7.1.0",
"semver": "^7.3.4"

@@ -43,3 +35,10 @@ },

},
"funding": "https://opencollective.com/pnpm"
"funding": "https://opencollective.com/pnpm",
"scripts": {
"start": "pnpm run tsc -- --watch",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"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