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
22
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 7.1.0 to 7.1.1

2

lib/index.d.ts
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml";
export declare const LOCKFILE_VERSION = 5.4;
export declare const LOCKFILE_VERSION_V6 = "6.1";
export declare const LOCKFILE_VERSION_V6 = "6.0";
export declare const ENGINE_NAME: string;
export declare const LAYOUT_VERSION = 5;
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml";

@@ -6,3 +6,3 @@ "use strict";

exports.LOCKFILE_VERSION = 5.4;
exports.LOCKFILE_VERSION_V6 = '6.1';
exports.LOCKFILE_VERSION_V6 = '6.0';
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`;

@@ -9,0 +9,0 @@ exports.LAYOUT_VERSION = 5;

{
"name": "@pnpm/constants",
"version": "7.1.0",
"version": "7.1.1",
"description": "pnpm constants",

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

"devDependencies": {
"@pnpm/constants": "7.1.0"
"@pnpm/constants": "7.1.1"
},

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

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