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

@lerna/npm-publish

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/npm-publish - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.11

12

CHANGELOG.md

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

<a name="3.0.0-beta.11"></a>
# [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29)
### Features
* Execute atomic publish lifecycle during lerna publish ([#1348](https://github.com/lerna/lerna/issues/1348)) ([45efa24](https://github.com/lerna/lerna/commit/45efa24))
<a name="3.0.0-beta.1"></a>

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

2

npm-publish.js

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

const opts = getExecOpts(pkg, registry);
const args = ["publish"];
const args = ["publish", "--ignore-scripts"];

@@ -18,0 +18,0 @@ if (distTag) {

{
"name": "@lerna/npm-publish",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.11",
"description": "TODO",

@@ -33,7 +33,7 @@ "keywords": [

"dependencies": {
"@lerna/child-process": "^3.0.0-beta.0",
"@lerna/child-process": "^3.0.0-beta.11",
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0",
"npmlog": "^4.1.2"
},
"gitHead": "5a527968bb9f7b7c3af0d5d86391d6d2650ddc7a"
"gitHead": "197a09d58322e86f589ef7839c2438f830d72476"
}
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