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

contentful-sdk-core

Package Overview
Dependencies
Maintainers
4
Versions
131
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 2.4.0 to 2.5.0

2

package.json
{
"name": "contentful-sdk-core",
"version": "2.4.0",
"version": "2.5.0",
"description": "Core modules for the Contentful JS SDKs",

@@ -5,0 +5,0 @@ "homepage": "https://www.contentful.com/developers/docs/javascript/",

@@ -67,3 +67,3 @@ 'use strict';

// Rate-limited by the server, maybe backoff and retry
if (error.status === 429) {
if (error.status === 429 || error.status >= 500) {
return self.backoff(error, function () {

@@ -70,0 +70,0 @@ return httpCall.apply(self, args);

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