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

@lerna/create

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/create - npm Package Compare versions

Comparing version 3.0.0-beta.13 to 3.0.0-beta.14

lib/lerna-module-data.js

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="3.0.0-beta.14"></a>
# [3.0.0-beta.14](https://github.com/lerna/lerna/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2018-04-03)
### Bug Fixes
* **create:** Actually publish the module data helper ([4775cc4](https://github.com/lerna/lerna/commit/4775cc4))
<a name="3.0.0-beta.13"></a>

@@ -8,0 +20,0 @@ # [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31)

2

index.js

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

const LERNA_MODULE_DATA = path.join(__dirname, "lerna-module-data.js");
const LERNA_MODULE_DATA = require.resolve("./lib/lerna-module-data.js");
const DEFAULT_DESCRIPTION = [

@@ -24,0 +24,0 @@ "Now I’m the model of a modern major general",

{
"name": "@lerna/create",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"description": "Create a new lerna-managed package",

@@ -36,3 +36,3 @@ "keywords": [

"@lerna/child-process": "^3.0.0-beta.13",
"@lerna/command": "^3.0.0-beta.13",
"@lerna/command": "^3.0.0-beta.14",
"@lerna/npm-conf": "^3.0.0-beta.12",

@@ -52,3 +52,3 @@ "@lerna/validation-error": "^3.0.0-beta.10",

},
"gitHead": "4cae54bce76bf156e71a2881418104c442f97c62"
"gitHead": "4c4aceee84b39eb399e968a0c87241ee59edce4f"
}
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