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 1.0.0 to 2.0.0-0

2

lib/index.d.ts

@@ -16,2 +16,2 @@ export default function packageIsInstallable(pkgId: string, pkg: {

prefix: string;
}): boolean;
}): boolean | null;

@@ -36,5 +36,5 @@ "use strict";

throw warn;
return true;
return null;
}
exports.default = packageIsInstallable;
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/package-is-installable",
"version": "1.0.0",
"version": "2.0.0-0",
"author": {

@@ -47,5 +47,5 @@ "name": "Zoltan Kochan",

"ts-node": "7.0.1",
"tslint": "5.12.0",
"typescript": "3.2.2"
"tslint": "5.12.1",
"typescript": "3.2.4"
}
}
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