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.7 to 0.4.8

7

lib/air/request.js

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

if(opts.json) {
opts.headers['Content-Type'] = 'application/json';
if(opts.body !== undefined) {
opts.body = JSON.stringify(opts.body);
}
}
req.open(opts.method, opts.url);

@@ -56,0 +63,0 @@

2

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