Socket
Socket
Sign inDemoInstall

@pnpm/constants

Package Overview
Dependencies
Maintainers
3
Versions
21
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 4.0.0-alpha.0 to 4.0.0-alpha.1

7

CHANGELOG.md
# @pnpm/constants
## 4.0.0-alpha.1
### Major Changes
- ca9f50844: Bump lockfile version to 5.2.
## 4.0.0-alpha.0
### Major Changes
- b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.

2

lib/index.d.ts
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml";
export declare const LOCKFILE_VERSION = 5.1;
export declare const LOCKFILE_VERSION = 5.2;
export declare const ENGINE_NAME: string;
export declare const LAYOUT_VERSION = 4;
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WORKSPACE_MANIFEST_FILENAME = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.LOCKFILE_VERSION = exports.WANTED_LOCKFILE = void 0;
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml';
exports.LOCKFILE_VERSION = 5.1;
exports.LOCKFILE_VERSION = 5.2;
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`;

@@ -6,0 +7,0 @@ exports.LAYOUT_VERSION = 4;

{
"name": "@pnpm/constants",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "pnpm constants",

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

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