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
2
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 5.0.0 to 5.0.2

4

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

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

],
"gitHead": "4fafb3335620ab81a7c8d0e42c88d1408691aeec"
"gitHead": "ad8688887cb81405caafd3dead2af8307bfc78d4"
}

@@ -105,2 +105,10 @@ /* eslint max-len: 0, import/no-dynamic-require: 0, global-require: 0 */

}
if (require.cache[f] && require.cache[f].parent) {
let i = require.cache[f].parent.children.length;
while (i--) {
if (require.cache[f].parent.children[i].id === f) {
require.cache[f].parent.children.splice(i, 1);
}
}
}
},

@@ -107,0 +115,0 @@ safeRequireCache(f) {

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