New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sanity/block-tools

Package Overview
Dependencies
Maintainers
7
Versions
1293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/block-tools - npm Package Compare versions

Comparing version 0.120.0-next.a0d96db3 to 0.120.0

3

lib/converters/blocksToSlateState.js

@@ -99,3 +99,4 @@ 'use strict';

_type = sanityBlock._type,
rest = _objectWithoutProperties(sanityBlock, ['children', '_type']);
markDefs = sanityBlock.markDefs,
rest = _objectWithoutProperties(sanityBlock, ['children', '_type', 'markDefs']);

@@ -102,0 +103,0 @@ var restData = hasKeys(rest) ? { data: _extends({ _type: _type }, rest) } : {};

{
"name": "@sanity/block-tools",
"version": "0.120.0-next.a0d96db3",
"version": "0.120.0",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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