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

loader.js

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loader.js - npm Package Compare versions

Comparing version 4.0.10 to 4.0.11

7

lib/loader/loader.js

@@ -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",

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