Comparing version 4.2.2 to 4.2.3
@@ -113,3 +113,3 @@ var loader, define, requireModule, require, requirejs; | ||
var exports = this.module.exports; | ||
if (exports !== null && (typeof exports === 'object' || typeof exports === 'function') && exports['default'] === undefined && !Object.isFrozen(exports)) { | ||
if (exports !== null && (typeof exports === 'object' || typeof exports === 'function') && exports['default'] === undefined && Object.isExtensible(exports)) { | ||
exports['default'] = exports; | ||
@@ -116,0 +116,0 @@ } |
@@ -96,3 +96,3 @@ var loader, define, requireModule, require, requirejs; | ||
var exports = this.module.exports; | ||
if (exports !== null && (typeof exports === 'object' || typeof exports === 'function') && exports['default'] === undefined && !Object.isFrozen(exports)) { | ||
if (exports !== null && (typeof exports === 'object' || typeof exports === 'function') && exports['default'] === undefined && Object.isExtensible(exports)) { | ||
exports['default'] = exports; | ||
@@ -99,0 +99,0 @@ } |
@@ -126,3 +126,3 @@ var loader, define, requireModule, require, requirejs; | ||
(typeof exports === 'object' || typeof exports === 'function') && | ||
exports['default'] === undefined && !Object.isFrozen(exports)) { | ||
exports['default'] === undefined && Object.isExtensible(exports)) { | ||
exports['default'] = exports; | ||
@@ -129,0 +129,0 @@ } |
{ | ||
"name": "loader.js", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "loader.js =========", | ||
@@ -5,0 +5,0 @@ "main": "dist/loader/loader.js", |
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
31962