New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/pack-directory

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/pack-directory - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

1

lib/pack-directory.js

@@ -45,2 +45,3 @@ "use strict";

if (opts.lernaCommand === "publish") {
opts.stdio = "inherit";
chain = chain.then(() => pkg.refresh());

@@ -47,0 +48,0 @@ chain = chain.then(() => runLifecycle(pkg, "prepublishOnly", opts));

12

package.json
{
"name": "@lerna/pack-directory",
"version": "5.2.0",
"version": "5.3.0",
"description": "Pack a directory into an npm package tarball",

@@ -30,6 +30,6 @@ "keywords": [

"dependencies": {
"@lerna/get-packed": "5.2.0",
"@lerna/package": "5.2.0",
"@lerna/run-lifecycle": "5.2.0",
"@lerna/temp-write": "5.2.0",
"@lerna/get-packed": "5.3.0",
"@lerna/package": "5.3.0",
"@lerna/run-lifecycle": "5.3.0",
"@lerna/temp-write": "5.3.0",
"npm-packlist": "^5.1.1",

@@ -42,3 +42,3 @@ "npmlog": "^6.0.2",

},
"gitHead": "4f43ba15b0024f87ec04c68522c78bcd1edbc185"
"gitHead": "535afac9b27892e8e5354aae950338a7187356f2"
}
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