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

@lerna/add

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/add - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0-beta.4

12

CHANGELOG.md

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

<a name="3.0.0-beta.4"></a>
# [3.0.0-beta.4](https://github.com/lerna/lerna/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2018-03-19)
### Bug Fixes
* Use correct instance property override ([9249221](https://github.com/lerna/lerna/commit/9249221))
<a name="3.0.0-beta.3"></a>

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

2

index.js

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

class AddCommand extends Command {
get requireGit() {
get requiresGit() {
return false;

@@ -20,0 +20,0 @@ }

{
"name": "@lerna/add",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "TODO",

@@ -35,4 +35,4 @@ "keywords": [

"dependencies": {
"@lerna/bootstrap": "^3.0.0-beta.3",
"@lerna/command": "^3.0.0-beta.3",
"@lerna/bootstrap": "^3.0.0-beta.4",
"@lerna/command": "^3.0.0-beta.4",
"@lerna/filter-options": "^3.0.0-beta.2",

@@ -47,3 +47,3 @@ "@lerna/validation-error": "^3.0.0-beta.0",

},
"gitHead": "1ee15326adf778c32e4b136bbfb27e1c899716a1"
"gitHead": "8f97fb02258e02c7783ad27e140ca3eba5f8f40e"
}
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