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.0 to 0.2.1

2

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

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

@@ -122,3 +122,3 @@ goog.provide('dom');

if (dom.SUPPORTS_ADDEVENTLISTENER) {
dom.addListener(document, 'DOMContentLoaded', callback);
document.addEventListener('DOMContentLoaded', callback);
} else {

@@ -125,0 +125,0 @@ // IE8

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