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.123.0 to 0.123.1

4

lib/HtmlDeserializer/index.js

@@ -252,3 +252,3 @@ 'use strict';

}
} else {
} else if (node.children) {
node.children = node.children.map(applyDecorator);

@@ -281,3 +281,3 @@ }

}
} else {
} else if (node.children) {
node.children = node.children.map(applyAnnotation);

@@ -284,0 +284,0 @@ }

{
"name": "@sanity/block-tools",
"version": "0.123.0",
"version": "0.123.1",
"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