@after-work.js/utils
Advanced tools
Comparing version 5.0.0 to 5.0.2
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5951
154