Socket
Socket
Sign inDemoInstall

contentful-sdk-core

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-sdk-core - npm Package Compare versions

Comparing version 8.3.0 to 8.3.1

3

dist/index.es-modules.js
import copy from 'fast-copy';
import qs from 'qs';
import isString from 'lodash.isstring';

@@ -835,3 +836,3 @@ import pThrottle from 'p-throttle';

serialize: function serialize(params) {
return params ? new URLSearchParams(params).toString() : '';
return qs.stringify(params);
}

@@ -838,0 +839,0 @@ },

@@ -6,2 +6,3 @@ 'use strict';

var copy = require('fast-copy');
var qs = require('qs');
var isString = require('lodash.isstring');

@@ -14,2 +15,3 @@ var pThrottle = require('p-throttle');

var copy__default = /*#__PURE__*/_interopDefaultLegacy(copy);
var qs__default = /*#__PURE__*/_interopDefaultLegacy(qs);
var isString__default = /*#__PURE__*/_interopDefaultLegacy(isString);

@@ -848,3 +850,3 @@ var pThrottle__default = /*#__PURE__*/_interopDefaultLegacy(pThrottle);

serialize: function serialize(params) {
return params ? new URLSearchParams(params).toString() : '';
return qs__default["default"].stringify(params);
}

@@ -851,0 +853,0 @@ },

{
"name": "contentful-sdk-core",
"version": "8.3.0",
"version": "8.3.1",
"description": "Core modules for the Contentful JS SDKs",

@@ -54,3 +54,4 @@ "homepage": "https://www.contentful.com/developers/docs/javascript/",

"lodash.isstring": "^4.0.1",
"p-throttle": "^4.1.1"
"p-throttle": "^4.1.1",
"qs": "^6.11.2"
},

@@ -57,0 +58,0 @@ "devDependencies": {

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