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.6 to 0.4.7

4

lib/air/request.js

@@ -54,2 +54,4 @@ /**

req.open(opts.method, opts.url);
// apply custom request headers

@@ -64,4 +66,2 @@ for(z in opts.headers) {

req.open(opts.method, opts.url);
req.onreadystatechange = function() {

@@ -68,0 +68,0 @@ if(this.readyState === 4) {

{
"name": "air",
"description": "Lightweight, modular DOM library",
"version": "0.4.6",
"version": "0.4.7",
"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