Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@after-work.js/utils

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@after-work.js/utils - npm Package Compare versions

Comparing version 6.0.7 to 6.0.8-dev.20191011.0

4

package.json
{
"name": "@after-work.js/utils",
"version": "6.0.7",
"version": "6.0.8-dev.20191011.0",
"publishConfig": {

@@ -32,3 +32,3 @@ "access": "public"

},
"gitHead": "72dc6c0d9fc3e875670c6950ca91a0bea2781c00"
"gitHead": "f3bc19785dd2e45898af5a382c2cf335d286d21d"
}

@@ -151,8 +151,12 @@ /* eslint max-len: 0, import/no-dynamic-require: 0, global-require: 0 */

}
argv.glob = argv.glob.map(g => g.replace(/\\/g, '/'));
if (argv.src === SRC_GLOB) {
argv.src = getSrcGlob(argv);
}
argv.src = argv.src.map(g => g.replace(/\\/g, '/'));
if (argv.watchGlob === WATCH_GLOB) {
argv.watchGlob = [...argv.glob, ...argv.src];
}
argv.watchGlob = argv.watchGlob.map(g => g.replace(/\\/g, '/'));
argv.nyc.exclude = [

@@ -159,0 +163,0 @@ ...argv.nyc.exclude,

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