New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
69
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

to
1000.1.1

2

lib/package.d.ts

@@ -69,2 +69,3 @@ import { type ExecutionEnv } from './env';

version?: string;
type?: string;
bin?: PackageBin;

@@ -129,2 +130,3 @@ description?: string;

onlyBuiltDependenciesFile?: string;
ignoredBuiltDependencies?: string[];
overrides?: Record<string, string>;

@@ -131,0 +133,0 @@ packageExtensions?: Record<string, PackageExtension>;

4

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

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

"devDependencies": {
"@pnpm/types": "1000.1.0"
"@pnpm/types": "1000.1.1"
},

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

Sorry, the diff of this file is not supported yet