Socket
Socket
Sign inDemoInstall

@pnpm/exportable-manifest

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/exportable-manifest - npm Package Compare versions

Comparing version 5.0.12 to 6.0.0

2

lib/index.js

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

async function createExportableManifest(dir, originalManifest, opts) {
const publishManifest = (0, omit_1.default)(['pnpm', 'scripts'], originalManifest);
const publishManifest = (0, omit_1.default)(['pnpm', 'scripts', 'packageManager'], originalManifest);
if (originalManifest.scripts != null) {

@@ -25,0 +25,0 @@ publishManifest.scripts = (0, omit_1.default)(PREPUBLISH_SCRIPTS, originalManifest.scripts);

{
"name": "@pnpm/exportable-manifest",
"version": "5.0.12",
"version": "6.0.0",
"description": "Creates an exportable manifest",

@@ -12,7 +12,7 @@ "main": "lib/index.js",

"engines": {
"node": ">=16.14"
"node": ">=18.12"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/exportable-manifest",
"keywords": [
"pnpm8",
"pnpm9",
"pnpm"

@@ -26,7 +26,7 @@ ],

"devDependencies": {
"@types/cross-spawn": "^6.0.5",
"@types/cross-spawn": "^6.0.6",
"@types/ramda": "0.28.20",
"cross-spawn": "^7.0.3",
"write-yaml-file": "^5.0.0",
"@pnpm/exportable-manifest": "5.0.12",
"@pnpm/exportable-manifest": "6.0.0",
"@pnpm/prepare": "0.0.90"

@@ -37,5 +37,5 @@ },

"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/error": "5.0.3",
"@pnpm/types": "9.4.2",
"@pnpm/read-project-manifest": "5.0.11"
"@pnpm/error": "6.0.0",
"@pnpm/types": "10.0.0",
"@pnpm/read-project-manifest": "6.0.0"
},

@@ -42,0 +42,0 @@ "funding": "https://opencollective.com/pnpm",

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