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

contentful

Package Overview
Dependencies
Maintainers
3
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful - npm Package Compare versions

Comparing version 10.14.1 to 10.15.0

10

dist/types/contentful.d.ts

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

/**
* Enable Content Source Maps.
* @remarks
* This feature is only available when using the Content Preview API.
*/
includeContentSourceMaps?: boolean;
/**
* Enable alpha features.

@@ -110,5 +116,3 @@ */

/**
* Enable Content Source Maps.
* @remarks
* This feature is only available when using the Content Preview API.
* @deprecated Use the `includeContentSourceMaps` option directly instead.
*/

@@ -115,0 +119,0 @@ includeContentSourceMaps?: boolean;

export declare function validateLocaleParam(query: any, isWithAllLocalesClient: boolean): void;
export declare function validateResolveLinksParam(query: any): void;
export declare function validateRemoveUnresolvedParam(query: any): void;
export declare function checkIncludeContentSourceMapsParamIsValid(alphaFeatures?: Record<string, any>): boolean;
export declare function checkIncludeContentSourceMapsParamIsAllowed(host?: string, alphaFeatures?: Record<string, any>): boolean;
export declare function checkIncludeContentSourceMapsParamIsAllowed(host?: string, includeContentSourceMaps?: boolean): boolean;
{
"name": "contentful",
"description": "Client for Contentful's Content Delivery API",
"version": "10.14.1",
"version": "10.15.0",
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",

@@ -78,3 +78,3 @@ "main": "./dist/contentful.node.min.js",

"dependencies": {
"@contentful/content-source-maps": "^0.6.0",
"@contentful/content-source-maps": "^0.11.0",
"@contentful/rich-text-types": "^16.0.2",

@@ -81,0 +81,0 @@ "axios": "^1.7.4",

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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