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 7.3.0 to 7.4.0

1

lib/package.d.ts

@@ -49,2 +49,3 @@ export interface Dependencies {

directory?: string;
executableFiles?: string[];
}

@@ -51,0 +52,0 @@ interface BaseManifest {

58

package.json
{
"name": "@pnpm/types",
"version": "7.3.0",
"description": "Basic types used by pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types",
"keywords": [
"pnpm",
"types"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme",
"funding": "https://opencollective.com/pnpm",
"scripts": {
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"lint": "eslint -c ../../eslint.json src/**/*.ts"
}
}
"name": "@pnpm/types",
"version": "7.4.0",
"description": "Basic types used by pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types",
"keywords": [
"pnpm",
"types"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme",
"funding": "https://opencollective.com/pnpm",
"scripts": {
"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"lint": "eslint -c ../../eslint.json src/**/*.ts"
}
}
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