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

loader.js

Package Overview
Dependencies
Maintainers
6
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.4.0 to 4.4.1

12

dist/loader/loader.instrument.js

@@ -68,11 +68,2 @@ var loader, define, requireModule, require, requirejs;

var _isArray;
if (!Array.isArray) {
_isArray = function (x) {
return Object.prototype.toString.call(x) === '[object Array]';
};
} else {
_isArray = Array.isArray;
}
var registry = dict();

@@ -134,2 +125,3 @@ var seen = dict();

var result = this.callback.apply(this, this.reified);
this.reified.length = 0;
this.state = 'finalized';

@@ -228,3 +220,3 @@

if (!_isArray(deps)) {
if (!Array.isArray(deps)) {
callback = deps;

@@ -231,0 +223,0 @@ deps = [];

@@ -52,11 +52,2 @@ var loader, define, requireModule, require, requirejs;

var _isArray;
if (!Array.isArray) {
_isArray = function (x) {
return Object.prototype.toString.call(x) === '[object Array]';
};
} else {
_isArray = Array.isArray;
}
var registry = dict();

@@ -116,2 +107,3 @@ var seen = dict();

var result = this.callback.apply(this, this.reified);
this.reified.length = 0;
this.state = 'finalized';

@@ -206,3 +198,3 @@

if (!_isArray(deps)) {
if (!Array.isArray(deps)) {
callback = deps;

@@ -209,0 +201,0 @@ deps = [];

3

package.json
{
"name": "loader.js",
"version": "4.4.0",
"version": "4.4.1",
"description": "loader.js =========",

@@ -24,2 +24,3 @@ "main": "dist/loader/loader.js",

"scripts": {
"build": "node build",
"test": "testem ci && jshint lib tests && jscs lib tests",

@@ -26,0 +27,0 @@ "test:dev": "testem",

@@ -1,2 +0,2 @@

loader.js [![Build Status](https://travis-ci.org/ember-cli/loader.js.png?branch=master)](https://travis-ci.org/ember-cli/loader.js)
loader.js [![Build Status](https://travis-ci.org/ember-cli/loader.js.svg?branch=master)](https://travis-ci.org/ember-cli/loader.js)
=========

@@ -3,0 +3,0 @@

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