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 1.5.1 to 1.6.0

5

build/index.js

@@ -33,5 +33,4 @@ #!/usr/bin/env node

}
const workspaceGlobs = JSON.parse(fs.readFileSync('./package.json', 'utf8')).workspace || [
'packages/*'
];
let jsonGlobs = JSON.parse(fs.readFileSync('./package.json', 'utf8')).workspaces;
const workspaceGlobs = (jsonGlobs || ['packages/*']).map(glob => (glob.indexOf('*') >= 0 ? glob : glob + '/*'));
const pkgs = workspace_1.listPkgs('./', workspaceGlobs);

@@ -38,0 +37,0 @@ const pkgPaths = _.mapValues(_.keyBy(pkgs, p => p.json.name), v => v.path);

2

package.json
{
"name": "wsrun",
"version": "1.5.1",
"version": "1.6.0",
"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

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