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

bequest

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bequest - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

.idea/bequest.iml

5

dist/ajax.js

@@ -88,5 +88,8 @@ var Bequest = (function () {

serializedData = Ajax.serialize(data);
var join = url.indexOf('?') > -1 ? '&' : '?';
url = url + join + serializedData;
}
Ajax.request(url, 'GET', serializedData, headers, callback);
Ajax.request(url, 'GET', null, headers, callback);
}

@@ -93,0 +96,0 @@ }, {

@@ -29,5 +29,8 @@ /* eslint-env browser */

serializedData = Ajax.serialize(data);
const join = url.indexOf('?') > -1 ? '&' : '?';
url = url + join + serializedData;
}
Ajax.request(url, 'GET', serializedData, headers, callback);
Ajax.request(url, 'GET', null, headers, callback);
}

@@ -34,0 +37,0 @@

4

package.json
{
"name": "bequest",
"version": "1.4.0",
"version": "1.4.1",
"description": "An ajax class",

@@ -35,3 +35,3 @@ "main": "dist/ajax.js",

"eslint-config-firstandthird": "3.2.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-import": "2.7.0",
"scriptkit": "0.2.0"

@@ -38,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet

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