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

busy-data

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busy-data - npm Package Compare versions

Comparing version 2.13.3 to 2.13.4

10

addon/adapters/json.js

@@ -87,2 +87,8 @@ /**

_requestFor(params) {
const request = this._super(params);
request.requestType = params.requestType;
return request;
},
_requestToJQueryAjaxHash(request) {

@@ -94,6 +100,6 @@ const hash = this._super({ url: request.url, method: "GET", headers: request.headers, data: request.data }) || {};

if (hash.data && hash.data.filter) {
this.changeFilter(hash);
this.changeFilter(hash, request.requestType);
}
this.addDefaultParams(hash);
this.addDefaultParams(hash, request.requestType);

@@ -100,0 +106,0 @@ return hash;

2

package.json
{
"name": "busy-data",
"version": "2.13.3",
"version": "2.13.4",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "keywords": [

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