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

@pnpm/types

Package Overview
Dependencies
Maintainers
3
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 6.3.1 to 6.4.0

6

CHANGELOG.md
# @pnpm/types
## 6.4.0
### Minor Changes
- 9ad8c27bf: Allow to ignore builds of specified dependencies throught the `pnpm.neverBuiltDependencies` field in `package.json`.
## 6.3.1

@@ -4,0 +10,0 @@

1

lib/package.d.ts

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

pnpm?: {
neverBuiltDependencies?: string[];
overrides?: Record<string, string>;

@@ -86,0 +87,0 @@ };

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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