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.11 to 6.0.12

6

package.json
{
"name": "@after-work.js/utils",
"version": "6.0.11",
"version": "6.0.12",
"publishConfig": {

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

"debug": "4.1.1",
"globby": "10.0.1",
"globby": "10.0.2",
"import-cwd": "3.0.0",

@@ -33,3 +33,3 @@ "minimatch": "3.0.4",

},
"gitHead": "cc07b56657cb6db0cd17dbc5ed99230299479042"
"gitHead": "6bb8f037a2fbeab117e4e973f1ab18c9f5e8fd31"
}

@@ -65,3 +65,3 @@ /* eslint max-len: 0, import/no-dynamic-require: 0, global-require: 0 */

const excludeGlob = ['!**/node_modules/**', '!./node_modules/**'];
const excludeGlob = ['!**/node_modules/**', '!./node_modules/**', '!**/*.d.ts', '!./*.d.ts'];

@@ -68,0 +68,0 @@ const getTestGlob = argv => {

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