Comparing version 4.0.10 to 4.0.11
@@ -6,2 +6,4 @@ var loader, define, requireModule, require, requirejs; | ||
var stats; | ||
// Save off the original values of these globals, so we can restore them if someone asks us to | ||
@@ -44,3 +46,2 @@ var oldGlobals = { | ||
var stats; | ||
@@ -137,3 +138,3 @@ resetStats(); | ||
this.isPending = false; | ||
this.module = { exports: {}}; | ||
this.module = { exports: {} }; | ||
}; | ||
@@ -185,3 +186,3 @@ | ||
return has(resolve(dep, name)); | ||
} | ||
}; | ||
return r; | ||
@@ -188,0 +189,0 @@ }; |
{ | ||
"name": "loader.js", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"description": "loader.js =========", | ||
@@ -12,2 +12,4 @@ "main": "lib/loader/loader.js", | ||
"ara": "0.0.3", | ||
"jscs": "^2.11.0", | ||
"jshint": "^2.9.2", | ||
"ora": "^0.2.1", | ||
@@ -19,5 +21,9 @@ "promise-map-series": "^0.2.2", | ||
"scripts": { | ||
"test": "testem ci", | ||
"test": "testem ci && jshint lib tests && jscs lib tests", | ||
"test:dev": "testem" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
], | ||
"author": "", | ||
@@ -24,0 +30,0 @@ "license": "MIT", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
3
11774
7
5
260