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

@pnpm/types

Package Overview
Dependencies
Maintainers
2
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 8.10.0 to 9.0.0

4

lib/options.d.ts

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

import { DependenciesField } from './misc';
import { PackageManifest, ProjectManifest } from './package';
import { type DependenciesField } from './misc';
import { type PackageManifest, type ProjectManifest } from './package';
export type LogBase = {

@@ -4,0 +4,0 @@ level: 'debug' | 'error';

@@ -115,2 +115,3 @@ export type Dependencies = Record<string, string>;

export type ProjectManifest = BaseManifest & {
workspaces?: string[];
pnpm?: {

@@ -117,0 +118,0 @@ neverBuiltDependencies?: string[];

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

import { ProjectManifest } from './package';
import { type ProjectManifest } from './package';
export interface Project {

@@ -3,0 +3,0 @@ dir: string;

{
"name": "@pnpm/types",
"version": "8.10.0",
"version": "9.0.0",
"description": "Basic types used by pnpm",

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

"engines": {
"node": ">=14.6"
"node": ">=16.14"
},

@@ -17,3 +17,3 @@ "files": [

"keywords": [
"pnpm7",
"pnpm8",
"pnpm",

@@ -29,3 +29,3 @@ "types"

"devDependencies": {
"@pnpm/types": "8.10.0"
"@pnpm/types": "9.0.0"
},

@@ -38,4 +38,4 @@ "exports": {

"compile": "tsc --build && pnpm run lint --fix",
"lint": "eslint src/**/*.ts"
"lint": "eslint \"src/**/*.ts\""
}
}

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