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 1.7.0 to 1.8.0

lib/misc.d.ts

3

lib/index.d.ts

@@ -0,3 +1,4 @@

export * from './misc';
export * from './options';
export * from './package';
export * from './options';
export * from './store';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./misc"));
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/types",
"version": "1.7.0",
"version": "1.8.0",
"description": "Basic types used by pnpm",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

"tslint": "^5.8.0",
"typescript": "^2.6.1"
"typescript": "^3.0.3"
},

@@ -37,0 +37,0 @@ "mos": {

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