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 8.0.0 to 9.0.0

3

lib/index.d.ts

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

export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml";
export declare const META_DIR = "metadata";
export declare const FULL_META_DIR = "metadata-full";
export declare const FULL_FILTERED_META_DIR = "metadata-v1.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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.LAYOUT_VERSION = exports.ENGINE_NAME = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.LOCKFILE_MAJOR_VERSION = exports.WANTED_LOCKFILE = void 0;
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml';

@@ -11,2 +11,8 @@ exports.LOCKFILE_MAJOR_VERSION = '9';

exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml';
// This file contains meta information
// about all the packages published by the same name, not just the manifest
// of one package/version
exports.META_DIR = 'metadata';
exports.FULL_META_DIR = 'metadata-full';
exports.FULL_FILTERED_META_DIR = 'metadata-v1.2';
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@pnpm/constants",
"version": "8.0.0",
"version": "9.0.0",
"description": "pnpm constants",

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

"devDependencies": {
"@pnpm/constants": "8.0.0"
"@pnpm/constants": "9.0.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