Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/prepare-package

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/prepare-package - npm Package Compare versions

Comparing version 6.0.11 to 6.0.12

3

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.preparePackage = void 0;
exports.preparePackage = preparePackage;
const assert_1 = __importDefault(require("assert"));

@@ -72,3 +72,2 @@ const fs_1 = __importDefault(require("fs"));

}
exports.preparePackage = preparePackage;
function packageShouldBeBuilt(manifest, pkgDir) {

@@ -75,0 +74,0 @@ if (manifest.scripts == null)

{
"name": "@pnpm/prepare-package",
"version": "6.0.11",
"version": "6.0.12",
"description": "Prepares a Git-hosted package",

@@ -29,6 +29,6 @@ "main": "lib/index.js",

"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/read-package-json": "9.0.6",
"@pnpm/lifecycle": "17.1.2",
"@pnpm/types": "12.0.0",
"@pnpm/error": "6.0.1"
"@pnpm/error": "6.0.1",
"@pnpm/lifecycle": "17.1.3",
"@pnpm/read-package-json": "9.0.7",
"@pnpm/types": "12.1.0"
},

@@ -39,5 +39,5 @@ "funding": "https://opencollective.com/pnpm",

"load-json-file": "^6.2.0",
"@pnpm/prepare": "0.0.100",
"@pnpm/prepare-package": "6.0.11",
"@pnpm/test-fixtures": "0.1.30",
"@pnpm/prepare": "0.0.101",
"@pnpm/prepare-package": "6.0.12",
"@pnpm/test-fixtures": "0.1.31",
"@pnpm/test-ipc-server": "0.0.0"

@@ -44,0 +44,0 @@ },

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