Socket
Socket
Sign inDemoInstall

@pnpm/types

Package Overview
Dependencies
Maintainers
0
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 11.0.0 to 11.1.0

lib/env.d.ts

1

lib/index.d.ts

@@ -0,1 +1,2 @@

export * from './env';
export * from './misc';

@@ -2,0 +3,0 @@ export * from './options';

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./env"), exports);
__exportStar(require("./misc"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./options"), exports);

@@ -0,1 +1,2 @@

import { type ExecutionEnv } from './env';
export type Dependencies = Record<string, string>;

@@ -141,2 +142,3 @@ export type PackageBin = string | {

supportedArchitectures?: SupportedArchitectures;
executionEnv?: ExecutionEnv;
};

@@ -143,0 +145,0 @@ private?: boolean;

4

package.json
{
"name": "@pnpm/types",
"version": "11.0.0",
"version": "11.1.0",
"description": "Basic types used by pnpm",

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

"devDependencies": {
"@pnpm/types": "11.0.0"
"@pnpm/types": "11.1.0"
},

@@ -30,0 +30,0 @@ "exports": {

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