Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
81
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
1000.8.0
to
1000.9.0
+2
lib/config.d.ts
export type PackageVersionPolicy = (pkgName: string) => boolean | string[];
export type AllowBuild = (pkgName: string, pkgVersion: string) => boolean;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=config.js.map
{"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":""}
+1
-0

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

export * from './config.js';
export * from './env.js';

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

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

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

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

+2
-2
{
"name": "@pnpm/types",
"version": "1000.8.0",
"version": "1000.9.0",
"description": "Basic types used by pnpm",

@@ -28,3 +28,3 @@ "keywords": [

"devDependencies": {
"@pnpm/types": "1000.8.0"
"@pnpm/types": "1000.9.0"
},

@@ -31,0 +31,0 @@ "engines": {

Sorry, the diff of this file is not supported yet