New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

httpinvoke

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpinvoke - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

bower.json

16

httpinvoke-browser.js

@@ -75,6 +75,2 @@ (function (root, factory) {

xhr.upload.onloadstart = function(progressEvent) {
};
xhr.upload.onloadend = function(progressEvent) {
};
xhr.upload.ontimeout = function(progressEvent) {

@@ -86,4 +82,2 @@ if(cb) {

};
xhr.upload.onload = function(progressEvent) {
};
xhr.upload.onerror = function(progressEvent) {

@@ -95,4 +89,2 @@ if(cb) {

};
xhr.upload.onabort = function(progressEvent) {
};
xhr.upload.onprogress = function(progressEvent) {

@@ -103,6 +95,2 @@ if(progressEvent.lengthComputable) {

};
xhr.onloadstart = function(progressEvent) {
};
xhr.onloadend = function(progressEvent) {
};

@@ -115,4 +103,2 @@ xhr.ontimeout = function(progressEvent) {

};
xhr.onload = function(progressEvent) {
};
xhr.onerror = function(progressEvent) {

@@ -124,4 +110,2 @@ if(cb) {

};
xhr.onabort = function(progressEvent) {
};
xhr.onprogress = function(progressEvent) {

@@ -128,0 +112,0 @@ if(progressEvent.lengthComputable) {

@@ -137,6 +137,2 @@ if(typeof process !== 'undefined' && typeof process.versions !== 'undefined' && typeof process.versions.node !== 'undefined') {

xhr.upload.onloadstart = function(progressEvent) {
};
xhr.upload.onloadend = function(progressEvent) {
};
xhr.upload.ontimeout = function(progressEvent) {

@@ -148,4 +144,2 @@ if(cb) {

};
xhr.upload.onload = function(progressEvent) {
};
xhr.upload.onerror = function(progressEvent) {

@@ -157,4 +151,2 @@ if(cb) {

};
xhr.upload.onabort = function(progressEvent) {
};
xhr.upload.onprogress = function(progressEvent) {

@@ -165,6 +157,2 @@ if(progressEvent.lengthComputable) {

};
xhr.onloadstart = function(progressEvent) {
};
xhr.onloadend = function(progressEvent) {
};

@@ -177,4 +165,2 @@ xhr.ontimeout = function(progressEvent) {

};
xhr.onload = function(progressEvent) {
};
xhr.onerror = function(progressEvent) {

@@ -186,4 +172,2 @@ if(cb) {

};
xhr.onabort = function(progressEvent) {
};
xhr.onprogress = function(progressEvent) {

@@ -190,0 +174,0 @@ if(progressEvent.lengthComputable) {

6

package.json
{
"name": "httpinvoke",
"version": "0.0.3",
"version": "0.0.4",
"description": "HTTP client for JavaScript",
"keywords": ["http", "ajax", "request", "xhr", "connection", "https", "get", "head", "post", "put", "delete", "download", "upload", "browser", "ender", "browserify", "xmlhttprequest", "web"],
"main": "./httpinvoke-generated-commonjs.js",
"private": false,
"main": "./httpinvoke-generated-commonjs.js",
"repository": {

@@ -7,0 +9,0 @@ "type": "git",

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