Socket
Socket
Sign inDemoInstall

@findify/sdk

Package Overview
Dependencies
22
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

lib/jsonp.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="2.4.1"></a>
## [2.4.1](https://github.com/findify/findify-js/compare/@findify/sdk@2.4.0...@findify/sdk@2.4.1) (2019-10-08)
### Bug Fixes
* **bundle:** fix issue with non-updated widgets state in render ([f5ff5ce](https://github.com/findify/findify-js/commit/f5ff5ce))
<a name="2.4.0"></a>

@@ -8,0 +19,0 @@ # [2.4.0](https://github.com/findify/findify-js/compare/@findify/sdk@2.3.2...@findify/sdk@2.4.0) (2019-09-05)

4

lib/api.js

@@ -44,3 +44,3 @@ "use strict";

var qs = require("qs");
var jsonp = require('jsonp');
var jsonp_1 = require("./jsonp");
var utils_1 = require("./utils");

@@ -54,3 +54,3 @@ var request_1 = require("./request");

debug_1.default('sdk:api:jsonp')('options: ', req.options);
jsonp(url, req.options, function (err, data) {
jsonp_1.default(url, req.options, function (err, data) {
if (getLatestRequestID() !== req.id)

@@ -57,0 +57,0 @@ return;

{
"name": "@findify/sdk",
"version": "2.4.0",
"version": "2.4.1",
"description": "Findify search API client",

@@ -43,5 +43,4 @@ "main": "lib/index.js",

"bundle": "^2.1.0",
"core-js": "^3.1.4",
"debug": "^3.1.0",
"jsonp": "^0.2.1",
"core-js": "^3.2.1",
"debug": "^4.1.1",
"nanoid": "^2.0.4",

@@ -72,6 +71,6 @@ "qs": "^6.5.2"

"typescript": "3.5.3",
"webpack": "^4.39.3",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.7"
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9"
}
}

@@ -6,3 +6,3 @@ import 'core-js/features/promise';

import * as qs from 'qs';
const jsonp = require('jsonp');
import jsonp from './jsonp';

@@ -9,0 +9,0 @@ import { retryTimes } from './utils';

@@ -27,2 +27,2 @@ import 'core-js/features/array/includes';

return () => rid++ && String(rid)
})()
})()

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc