Socket
Socket
Sign inDemoInstall

@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 9.0.0 to 9.1.0

1

lib/misc.d.ts
export type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies';
export type DependenciesOrPeersField = DependenciesField | 'peerDependencies';
export declare const DEPENDENCIES_FIELDS: DependenciesField[];
export declare const DEPENDENCIES_OR_PEER_FIELDS: DependenciesOrPeersField[];
export interface Registries {

@@ -5,0 +6,0 @@ default: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEPENDENCIES_FIELDS = void 0;
exports.DEPENDENCIES_OR_PEER_FIELDS = exports.DEPENDENCIES_FIELDS = void 0;
// NOTE: The order in this array is important.

@@ -10,2 +10,6 @@ exports.DEPENDENCIES_FIELDS = [

];
exports.DEPENDENCIES_OR_PEER_FIELDS = [
...exports.DEPENDENCIES_FIELDS,
'peerDependencies',
];
//# sourceMappingURL=misc.js.map

4

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

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

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

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

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