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.0 to 3.0.0-beta.1

CHANGELOG.md

9

npm-publish.js

@@ -10,8 +10,13 @@ "use strict";

function npmPublish(tag, pkg, { npmClient, registry }) {
function npmPublish(pkg, tag, { npmClient, registry }) {
log.silly("npmPublish", tag, pkg.name);
const distTag = tag && tag.trim();
const opts = getExecOpts(pkg, registry);
const args = ["publish", "--tag", tag.trim()];
const args = ["publish"];
if (distTag) {
args.push("--tag", distTag);
}
if (npmClient === "yarn") {

@@ -18,0 +23,0 @@ // skip prompt for new version, use existing instead

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

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

},
"gitHead": "349b9c765bcbf38988d1fcd48313422417a04c8f"
"gitHead": "5a527968bb9f7b7c3af0d5d86391d6d2650ddc7a"
}
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