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 6.10.0 to 6.10.1

2

dist/types/rate-limit-throttle.d.ts
import { AxiosInstance } from './types';
declare type ThrottleType = 'auto' | `${number}%`;
declare type ThrottleType = 'auto' | string;
declare const _default: (axiosInstance: AxiosInstance, type?: ThrottleType | number) => () => void;
export default _default;

@@ -81,4 +81,4 @@ import type { AxiosInstance as OriginalAxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';

*/
throttle?: 'auto' | `${number}%` | number;
throttle?: 'auto' | string | number;
};
export {};
{
"name": "contentful-sdk-core",
"version": "6.10.0",
"version": "6.10.1",
"description": "Core modules for the Contentful JS SDKs",

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

"tslib": "^2.0.3",
"typescript": "4.2.4"
"typescript": "3.9.10"
},

@@ -101,0 +101,0 @@ "lint-staged": {

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