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

lerna-publisher

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-publisher - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

cjs/publish.js

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

console.log(chalk_1.default.green('<<<<<<<<<<<<<<<<<<<<< Patching version for package: ', packLocation));
const additionalTag = customText.substring(0, 8);
const additionalTag = customText.substring(0, 7);
const cmdVersionText = `npm version ${version}-${additionalTag}`;

@@ -53,0 +53,0 @@ child_process_1.default.execSync(cmdVersionText, { cwd: packLocation, stdio: 'inherit' });

{
"name": "lerna-publisher",
"description": "Utility to publish lerna/yarn/workspace types of packages from ci to npm",
"version": "1.1.5",
"version": "1.1.6",
"main": "cjs/index.js",

@@ -6,0 +6,0 @@ "bin": {

@@ -53,3 +53,3 @@ import childProcess from 'child_process';

console.log(chalk.green('<<<<<<<<<<<<<<<<<<<<< Patching version for package: ', packLocation));
const additionalTag = customText.substring(0, 8);
const additionalTag = customText.substring(0, 7);
const cmdVersionText = `npm version ${version}-${additionalTag}`;

@@ -56,0 +56,0 @@ childProcess.execSync(cmdVersionText, { cwd: packLocation, stdio: 'inherit' });

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