Socket
Socket
Sign inDemoInstall

closure-dom

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "closure-dom",
"version": "0.2.1",
"version": "0.2.2",
"description": "Closure Compiler compatible DOM methods.",

@@ -5,0 +5,0 @@ "directories": {

@@ -125,7 +125,7 @@ goog.provide('dom');

// IE8
document.onreadystatechange = function () {
document.attachEvent('onreadystatechange', function () {
if (document.readyState == 'interactive') {
callback();
}
};
});
}

@@ -132,0 +132,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc