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

air

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

air - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

2

lib/air/event.js

@@ -23,3 +23,3 @@ function on(nm, cb, capture) {

// dispatch for firefox + others
evt = document.createEvent('HTMLEvents');
evt = document.createEvent(type);
// event type,bubbling,cancelable

@@ -26,0 +26,0 @@ evt.initEvent(event, bubbles, cancelable);

{
"name": "air",
"description": "Lightweight, modular DOM library",
"version": "0.4.8",
"version": "0.4.9",
"author": "muji <noop@xpm.io>",

@@ -6,0 +6,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