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

@contentful/live-preview

Package Overview
Dependencies
Maintainers
164
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/live-preview - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

dist/types.d.ts

@@ -1,2 +0,2 @@

import type { AssetProps, EntryProps, ContentTypeProps } from 'contentful-management';
import type { AssetProps, EntryProps, ContentTypeProps, SysLink } from 'contentful-management';
export type ContentType = ContentTypeProps;

@@ -23,3 +23,3 @@ export declare const ASSET_TYPENAME = "Asset";

}
export type Entity = Record<string, unknown>;
export type Entity = Record<any, any>;
export interface EntityWithSys extends Entity {

@@ -76,3 +76,3 @@ sys: SysProps;

reference: EntryProps | AssetProps;
contentType?: ContentType;
contentType?: SysLink;
entityReferenceMap: EntityReferenceMap;

@@ -79,0 +79,0 @@ };

{
"name": "@contentful/live-preview",
"version": "2.2.0",
"version": "2.2.1",
"author": "Contentful GmbH",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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