Socket
Socket
Sign inDemoInstall

lerna

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/commands/bootstrap.js

@@ -69,3 +69,3 @@ var progressBar = require("../progress-bar");

fs.writeFile(path.join(linkDest, "index.js"), 'module.exports = require("' + linkSrc + '");', done);
fs.writeFile(path.join(linkDest, "index.js"), 'module.exports = require(' + JSON.stringify(linkSrc) + ');', done);
});

@@ -72,0 +72,0 @@ });

{
"name": "lerna",
"version": "1.0.4",
"version": "1.0.5",
"description": "Tool for managing JavaScript projects with multiple packages",

@@ -5,0 +5,0 @@ "main": "index.js",

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