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.12 to 0.4.13

4

lib/air.js

@@ -43,4 +43,4 @@ ;(function() {

this.dom = Array.prototype.slice.call(this.dom);
}else{
this.dom = ((el instanceof Element) || el === window) ? [el] : [];
}else if(el) {
this.dom = ((el instanceof Node) || el === window) ? [el] : [];
}

@@ -47,0 +47,0 @@ }

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

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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