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

minixhr

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minixhr - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

3

index.js

@@ -1,2 +0,2 @@

var xhr = require('xhrpolyfill');
var XMLHttpRequest = require('xhrpolyfill');

@@ -17,2 +17,3 @@ module.exports = function xhr2 (params, callback) {

};
var xhr = XMLHttpRequest();
if (!xhr) { return null };

@@ -19,0 +20,0 @@ xhr.open(args.method,args.url);

{
"name": "minixhr",
"version": "1.0.0",
"version": "1.1.0",
"description": "super simpel and small cross-browser xhr",

@@ -5,0 +5,0 @@ "main": "index.js",

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