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

extend-ajax

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extend-ajax - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

9

Changes.md
# Changes
# 2.1.3
- Fix(AjaxOptions.query): query string format exception.(encodeURI -> encodeURIComponent)
- Fix(index.d.ts): HttpMethod don't support the `Patch` method.
# 2.1.2
- Fix(formatData): formData handle error.
# 2.1.1

@@ -4,0 +13,0 @@

2

index.d.ts

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

declare type HttpMethod = 'get' | 'post' | 'delete' | 'put' | 'jsonp';
declare type HttpMethod = 'get' | 'post' | 'delete' | 'put' | 'patch' | 'jsonp';
declare type CallBack = (data?: any) => void;

@@ -3,0 +3,0 @@ declare type EventType = 'success' | 'fail' | 'start' | 'end' | 'timeout' | 'abort' | 'progress';

{
"name": "extend-ajax",
"version": "2.1.2",
"version": "2.1.3",
"description": "an AJAX request library",

@@ -5,0 +5,0 @@ "main": "dist/extend-ajax.js",

@@ -0,0 +0,0 @@ # extend-ajax

@@ -0,0 +0,0 @@ # extend-ajax

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