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

datocms-structured-text-utils

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datocms-structured-text-utils - npm Package Compare versions

Comparing version 0.1.0-alpha.21 to 0.1.0-alpha.22

2

dist/lib/definitions.js

@@ -59,3 +59,3 @@ "use strict";

exports.allowedAttributes = (_b = {},
_b[exports.blockquoteNodeType] = ['children'],
_b[exports.blockquoteNodeType] = ['children', 'attribution'],
_b[exports.blockNodeType] = ['item'],

@@ -62,0 +62,0 @@ _b[exports.codeNodeType] = ['language', 'highlight', 'code'],

@@ -41,2 +41,3 @@ export declare type Node = BlockNode | InlineNode;

type: BlockquoteType;
attribution?: string;
children: Array<Paragraph>;

@@ -43,0 +44,0 @@ };

{
"name": "datocms-structured-text-utils",
"version": "0.1.0-alpha.21",
"version": "0.1.0-alpha.22",
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields",

@@ -38,3 +38,3 @@ "keywords": [

},
"gitHead": "63cd858fcba87bd7d353adf8537d07a2d1a0589b"
"gitHead": "de06dc326cffe7c99a1ba108b09102b7910407fb"
}

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