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

@atjson/renderer-html

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/renderer-html - npm Package Compare versions

Comparing version 0.21.3 to 0.21.4

35

CHANGELOG.md

@@ -6,10 +6,10 @@ # Change Log

## [0.21.3](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-html@0.21.2...@atjson/renderer-html@0.21.3) (2019-10-04)
## [0.21.4](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-html@0.21.3...@atjson/renderer-html@0.21.4) (2019-10-08)
**Note:** Version bump only for package @atjson/renderer-html
## [0.21.3](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-html@0.21.2...@atjson/renderer-html@0.21.3) (2019-10-04)
**Note:** Version bump only for package @atjson/renderer-html
## [0.21.2](https://github.com/CondeNast/atjson/compare/@atjson/renderer-html@0.21.1...@atjson/renderer-html@0.21.2) (2019-09-20)

@@ -19,29 +19,19 @@

## [0.21.1](https://github.com/CondeNast/atjson/compare/@atjson/renderer-html@0.21.0...@atjson/renderer-html@0.21.1) (2019-09-17)
### 🐛 Fixes
* 🐛 add support for Strikethrough with the HTML renderer (fixes [#190](https://github.com/CondeNast/atjson/issues/190))
* 🐞 encode HTML entities when rendering to HTML
- 🐛 add support for Strikethrough with the HTML renderer (fixes [#190](https://github.com/CondeNast/atjson/issues/190))
- 🐞 encode HTML entities when rendering to HTML
## [0.21.0](https://github.com/CondeNast/atjson/compare/@atjson/renderer-html@0.19.1...@atjson/renderer-html@0.21.0) (2019-09-12)
### 🐛 Fixes
* 🐞 Make Image description a string (fixes [#189](https://github.com/CondeNast/atjson/issues/189))
- 🐞 Make Image description a string (fixes [#189](https://github.com/CondeNast/atjson/issues/189))
### 🚨 Breaking Changes
* If you are using the Image annotation, you will need to change your component or render function to handle description as a string, not as a document
- If you are using the Image annotation, you will need to change your component or render function to handle description as a string, not as a document
## [0.19.1](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-html@0.19.0...@atjson/renderer-html@0.19.1) (2019-08-26)

@@ -51,6 +41,2 @@

## [0.19.0](https://github.com/CondeNast-Copilot/atjson/compare/@atjson/renderer-html@0.18.0...@atjson/renderer-html@0.19.0) (2019-08-05)

@@ -60,11 +46,6 @@

## 0.18.0 (2019-07-24)
### ✨ New Features
* 🎉 add HTML renderer to atjson
- 🎉 add HTML renderer to atjson
{
"name": "@atjson/renderer-html",
"version": "0.21.3",
"version": "0.21.4",
"description": "Render HTML documents from atjson",

@@ -19,8 +19,8 @@ "main": "dist/commonjs/index.js",

"dependencies": {
"@atjson/renderer-hir": "0.21.2",
"@atjson/renderer-hir": "0.21.3",
"entities": "^2.0.0"
},
"devDependencies": {
"@atjson/document": "0.22.0",
"@atjson/offset-annotations": "0.21.2"
"@atjson/document": "0.22.1",
"@atjson/offset-annotations": "0.21.3"
},

@@ -30,3 +30,3 @@ "peerDependencies": {

},
"gitHead": "8b102ea22d13a53d3eff56291118b18d17e8023d"
"gitHead": "9dd14112b8823eeafcfe58de7671b9acbfd2d58e"
}
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