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

@pnpm/constants

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/constants - npm Package Compare versions

Comparing version 900.0.0 to 1000.0.0

2

lib/index.d.ts

@@ -5,4 +5,6 @@ export declare const WANTED_LOCKFILE = "pnpm-lock.yaml";

export declare const LOCKFILE_VERSION_V6 = "6.0";
export declare const MANIFEST_BASE_NAMES: readonly ["package.json", "package.json5", "package.yaml"];
export declare const ENGINE_NAME: string;
export declare const LAYOUT_VERSION = 5;
export declare const STORE_VERSION = "v10";
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml";

@@ -9,0 +11,0 @@ export declare const META_DIR = "metadata";

6

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FULL_FILTERED_META_DIR = exports.FULL_META_DIR = exports.META_DIR = exports.WORKSPACE_MANIFEST_FILENAME = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.LOCKFILE_MAJOR_VERSION = exports.WANTED_LOCKFILE = void 0;
exports.FULL_FILTERED_META_DIR = exports.FULL_META_DIR = exports.META_DIR = exports.WORKSPACE_MANIFEST_FILENAME = exports.STORE_VERSION = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.MANIFEST_BASE_NAMES = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.LOCKFILE_MAJOR_VERSION = exports.WANTED_LOCKFILE = void 0;
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml';

@@ -8,4 +8,6 @@ exports.LOCKFILE_MAJOR_VERSION = '9';

exports.LOCKFILE_VERSION_V6 = '6.0';
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`;
exports.MANIFEST_BASE_NAMES = ['package.json', 'package.json5', 'package.yaml'];
exports.ENGINE_NAME = `${process.platform};${process.arch};node${process.version.split('.')[0].substring(1)}`;
exports.LAYOUT_VERSION = 5;
exports.STORE_VERSION = 'v10';
exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml';

@@ -12,0 +14,0 @@ // This file contains meta information

{
"name": "@pnpm/constants",
"version": "900.0.0",
"version": "1000.0.0",
"description": "pnpm constants",

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

"keywords": [
"pnpm9",
"pnpm10",
"pnpm",

@@ -28,3 +28,3 @@ "constants"

"devDependencies": {
"@pnpm/constants": "900.0.0"
"@pnpm/constants": "1000.0.0"
},

@@ -31,0 +31,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