New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

yarn-changed-workspaces

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarn-changed-workspaces - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

10

bin/cli.js

@@ -13,11 +13,2 @@ #!/usr/bin/env node

const log = (fmt, ...args) => {
console.log(format(fmt, ...args));
};
const print = (color, fmt, ...args) => {
const msg = format(fmt, ...args);
return console.log(process.env.CI ? msg : chalk.white[color](msg));
};
const options = yargs

@@ -42,3 +33,2 @@ .option("projectRoot", {

type: "string",
coerce: (str) => str,
}).argv;

@@ -45,0 +35,0 @@

2

package.json
{
"name": "yarn-changed-workspaces",
"version": "2.0.4",
"version": "2.0.5",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "bin": "./bin/cli.js",

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