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.1.0 to 5.0.0

8

CHANGELOG.md
# @pnpm/constants
## 5.0.0
### Major Changes
- 6871d74b2: Bump lockfile version to 5.3.
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
- f2bb5cbeb: Bump layout version to 5.
## 4.1.0

@@ -4,0 +12,0 @@

4

lib/index.d.ts
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml";
export declare const LOCKFILE_VERSION = 5.2;
export declare const LOCKFILE_VERSION = 5.3;
export declare const ENGINE_NAME: string;
export declare const LAYOUT_VERSION = 4;
export declare const LAYOUT_VERSION = 5;
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml";

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

exports.WANTED_LOCKFILE = 'pnpm-lock.yaml';
exports.LOCKFILE_VERSION = 5.2;
exports.LOCKFILE_VERSION = 5.3;
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`;
exports.LAYOUT_VERSION = 4;
exports.LAYOUT_VERSION = 5;
exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml';
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/constants",
"version": "4.1.0",
"version": "5.0.0",
"description": "pnpm constants",

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

"engines": {
"node": ">=10.16"
"node": ">=12.17"
},

@@ -18,3 +18,4 @@ "files": [

"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},

@@ -26,3 +27,2 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants",

],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",

@@ -29,0 +29,0 @@ "bugs": {

@@ -17,2 +17,2 @@ # @pnpm/constants

MIT © [Zoltan Kochan](https://www.kochan.io/)
MIT

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