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

@pnpm/types

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/types - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0-alpha.0

CHANGELOG.md

1

lib/index.d.ts
export * from './misc';
export * from './options';
export * from './package';
export * from './store';

@@ -7,1 +7,2 @@ "use strict";

__export(require("./misc"));
//# sourceMappingURL=index.js.map

@@ -9,1 +9,2 @@ "use strict";

];
//# sourceMappingURL=misc.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=options.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=package.js.map
{
"name": "@pnpm/types",
"version": "5.0.0",
"version": "6.0.0-alpha.0",
"description": "Basic types used by pnpm",

@@ -8,11 +8,12 @@ "main": "lib/index.js",

"engines": {
"node": ">=10"
"node": ">=10.13"
},
"files": [
"lib"
"lib",
"!*.map"
],
"scripts": {
"test": "pnpm run tsc",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

@@ -30,5 +31,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/types",

"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme",
"devDependencies": {
"rimraf": "3.0.0"
}
"funding": "https://opencollective.com/pnpm"
}
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