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

xhr

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xhr - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

.vscode/settings.json

2

index.d.ts

@@ -23,3 +23,3 @@ export type XhrCallback = (

sync?: boolean;
method?: 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT';
method?: 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'PATCH';
timeout?: number;

@@ -26,0 +26,0 @@ headers?: XhrHeaders;

{
"name": "xhr",
"version": "2.5.0",
"version": "2.6.0",
"description": "small xhr abstraction",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"global": "~4.3.0",
"global": "~4.4.0",
"is-function": "^1.0.1",

@@ -34,0 +34,0 @@ "parse-headers": "^2.0.0",

@@ -5,4 +5,4 @@ # xhr

[![Greenkeeper badge](https://badges.greenkeeper.io/naugtur/xhr.svg)](https://greenkeeper.io/)
A small XMLHttpRequest wrapper. Designed for use with [browserify](http://browserify.org/), [webpack](https://webpack.github.io/) etc.

@@ -9,0 +9,0 @@

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