Socket
Socket
Sign inDemoInstall

wsrun

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsrun - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

4

build/run-graph.js

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

}
run(cmd, globs = ['*']) {
run(cmd, globs = ['**/*']) {
let pkgs = this.expandGlobs(globs);

@@ -246,3 +246,3 @@ this.runList = new Set(pkgs);

// Generate report
.then(() => this.checkResultsAndReport(cmd, globs)));
.then(() => this.checkResultsAndReport(cmd, pkgs)));
}

@@ -249,0 +249,0 @@ }

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

if (!hasPkgJson) {
console.warn(`Warning: ${f} is a directory, but has no package.json`);
// console.warn(`Warning: ${f} is a directory, but has no package.json`)
return;

@@ -26,0 +26,0 @@ }

{
"name": "wsrun",
"version": "3.6.1",
"version": "3.6.2",
"description": "executes commands on packages in parallel, but is aware of the dependencies between them",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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