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

@contentful/structured-text-types

Package Overview
Dependencies
Maintainers
49
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/structured-text-types - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

3

dist/types/types.d.ts

@@ -5,3 +5,4 @@ export declare type NodeClass = 'document' | 'block' | 'inline' | 'text';

readonly nodeClass: NodeClass;
data?: Object;
data?: Record<string, any>;
isVoid?: Boolean;
}

@@ -8,0 +9,0 @@ export interface Document extends Node {

{
"name": "@contentful/structured-text-types",
"version": "3.1.0",
"version": "3.2.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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