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

autoloader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoloader - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

autoloader.js

@@ -49,3 +49,3 @@ // Copyright (c) 2011 Daniel Ennis <aikar@aikar.co>

}
if (tmpobj) {
if (tmpobj && !tmpobj.__lookupGetter__(val)) {
if (typeof tmpobj == 'object' && tmpobj[val] == 'object') {

@@ -68,3 +68,6 @@ tmpobj = tmpobj[val]

})(val, getp1[val], tmpobj);
tmpobj = null;
}
} else {
tmpobj = null
}

@@ -71,0 +74,0 @@ getp2 = getp1[val];

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Autoloads JS Files (designed for Joose)",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "http://aikar.co",

@@ -8,0 +8,0 @@ "main": "autoloader.js",

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