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

@contentful/rich-text-html-renderer

Package Overview
Dependencies
Maintainers
43
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/rich-text-html-renderer - npm Package Compare versions

Comparing version 12.0.2 to 12.0.3

5

package.json
{
"name": "@contentful/rich-text-html-renderer",
"version": "12.0.2",
"version": "12.0.3",
"main": "dist/rich-text-html-renderer.es5.js",

@@ -39,4 +39,3 @@ "typings": "dist/types/index.d.ts",

"typescript": "^2.9.2"
},
"gitHead": "0d5e5e3ced730f8393831764d95cc494d76eb5ea"
}
}

8

README.md

@@ -55,3 +55,3 @@ # rich-text-html-renderer

value: 'Hello',
marks: [{ nodeType: 'bold' }],
marks: [{ type: 'bold' }],
},

@@ -61,3 +61,3 @@ {

value: ' world!',
marks: [{ nodeType: 'italic' }],
marks: [{ type: 'italic' }],
},

@@ -87,3 +87,3 @@ ],

value: 'Hello',
marks: [{ nodeType: 'bold' }]
marks: [{ type: 'bold' }]
},

@@ -93,3 +93,3 @@ {

value: ' world!',
marks: [{ nodeType: 'italic' }]
marks: [{ type: 'italic' }]
},

@@ -96,0 +96,0 @@ ],

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