Socket
Socket
Sign inDemoInstall

@softvar/script-add-lerna-package

Package Overview
Dependencies
8
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

4

lib/index.js

@@ -129,2 +129,4 @@ #!/usr/bin/env node

execSync(`mv ${folderPath}/package-file.json ${folderPath}/package.json`);
execSync(`mv ${folderPath}/npmignore ${folderPath}/.npmignore`);
execSync(`mv ${folderPath}/_tsconfig.json ${folderPath}/tsconfig.json`);
}

@@ -155,3 +157,3 @@ catch (e) {

let list = [{
file: `${folderPath}/package-file.json`,
file: `${folderPath}/package.json`,
replace

@@ -158,0 +160,0 @@ }, {

{
"name": "@softvar/script-add-lerna-package",
"version": "1.0.4",
"version": "1.0.5",
"description": "add-lerna-package script",

@@ -41,3 +41,3 @@ "main": "lib/index.js",

},
"gitHead": "77726f0ea6eda67db9dc2beaae8f564403a39383"
"gitHead": "d2f61a8215eac17f047482760e4bda0e62d1aa41"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc