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

custom-require

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-require - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

7

dist/CustomRequire.js

@@ -71,4 +71,6 @@ "use strict";

exports.CustomRequire = CustomRequire;
Module.__customCache = {};
Module.prototype.__require = Module.prototype.require;
if (!Module.__customCache) {
Module.__customCache = {};
Module.prototype.__require = Module.prototype.require;
}
Module.prototype.__cleanCalled = function (customRequire, mod, cyclicCheck) {

@@ -170,3 +172,2 @@ if (!cyclicCheck) {

}
this.__invalid = true;
for (var _i = 0, _a = this.__childModules; _i < _a.length; _i++) {

@@ -173,0 +174,0 @@ var childModule = _a[_i];

@@ -34,3 +34,3 @@ {

},
"version": "0.1.14",
"version": "0.1.15",
"dependencies": {

@@ -37,0 +37,0 @@ "callsite": "^1.0.0"

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