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 4.0.18 to 4.0.19

8

CHANGELOG.md
# @pnpm/package-is-installable
## 4.0.19
### Patch Changes
- Updated dependencies [9ad8c27bf]
- @pnpm/types@6.4.0
- @pnpm/core-loggers@5.0.3
## 4.0.18

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

15

package.json
{
"name": "@pnpm/package-is-installable",
"version": "4.0.18",
"version": "4.0.19",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

@@ -18,3 +18,3 @@ "description": "Checks if a package is installable on the current system",

"peerDependencies": {
"@pnpm/logger": "^3.1.0"
"@pnpm/logger": "^3.2.3"
},

@@ -25,3 +25,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable",

"start": "pnpm run tsc -- --watch",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/package-is-installable/coverage ts-node packages/package-is-installable/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -33,10 +33,9 @@ "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",

"dependencies": {
"@pnpm/core-loggers": "5.0.2",
"@pnpm/core-loggers": "5.0.3",
"@pnpm/error": "1.4.0",
"@pnpm/types": "6.3.1",
"semver": "^7.3.2"
"@pnpm/types": "6.4.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@pnpm/logger": "^3.2.2",
"@pnpm/package-is-installable": "link:",
"@pnpm/logger": "^3.2.3",
"@types/semver": "^7.3.4"

@@ -43,0 +42,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