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.6.0 to 1.7.0

5

build/index.js

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

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

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

3

package.json
{
"name": "wsrun",
"version": "1.6.0",
"version": "1.7.0",
"description": "executes commands on packages in parallel, but is aware of the dependencies between them",

@@ -8,2 +8,3 @@ "main": "./build/index.js",

"license": "MIT",
"repository": "github:whoeverest/wsrun",
"jest": {

@@ -10,0 +11,0 @@ "transform": {

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