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
4
Versions
114
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.22.4 to 0.22.5

4

CHANGELOG.md

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

## [0.22.5](https://github.com/CondeNast/atjson/compare/@atjson/renderer-html@0.22.4...@atjson/renderer-html@0.22.5) (2019-12-04)
**Note:** Version bump only for package @atjson/renderer-html
## [0.22.4](https://github.com/CondeNast/atjson/compare/@atjson/renderer-html@0.22.3...@atjson/renderer-html@0.22.4) (2019-11-18)

@@ -8,0 +12,0 @@

40

dist/commonjs/index.d.ts
import { Code, Heading, Image, Link, List } from "@atjson/offset-annotations";
import Renderer from "@atjson/renderer-hir";
export default class HTMLRenderer extends Renderer {
$(tagName: string, attributes?: any): IterableIterator<string | undefined>;
$(tagName: string, attributes?: any): Generator<undefined, string, string[]>;
text(text: string): string;

@@ -9,22 +9,22 @@ htmlAttributes(attributes: {

}): string[];
root(): IterableIterator<any>;
Blockquote(): IterableIterator<any>;
Bold(): IterableIterator<any>;
Code(code: Code): IterableIterator<any>;
Heading(heading: Heading): IterableIterator<any>;
HorizontalRule(): IterableIterator<any>;
Image(image: Image): IterableIterator<any>;
Italic(): IterableIterator<any>;
LineBreak(): IterableIterator<any>;
Link(link: Link): IterableIterator<any>;
List(list: List): IterableIterator<any>;
ListItem(): IterableIterator<any>;
Paragraph(): IterableIterator<any>;
Section(): IterableIterator<any>;
SmallCaps(): IterableIterator<any>;
Strikethrough(): IterableIterator<any>;
Subscript(): IterableIterator<any>;
Superscript(): IterableIterator<any>;
Underline(): IterableIterator<any>;
root(): Generator<undefined, any, unknown>;
Blockquote(): Generator<undefined, string, string[]>;
Bold(): Generator<undefined, string, string[]>;
Code(code: Code): Generator<undefined, string, string[]>;
Heading(heading: Heading): Generator<undefined, string, string[]>;
HorizontalRule(): Generator<undefined, string, string[]>;
Image(image: Image): Generator<undefined, string, string[]>;
Italic(): Generator<undefined, string, string[]>;
LineBreak(): Generator<undefined, string, string[]>;
Link(link: Link): Generator<undefined, string, string[]>;
List(list: List): Generator<undefined, string, string[]>;
ListItem(): Generator<undefined, string, string[]>;
Paragraph(): Generator<undefined, string, string[]>;
Section(): Generator<undefined, string, string[]>;
SmallCaps(): Generator<undefined, string, string[]>;
Strikethrough(): Generator<undefined, string, string[]>;
Subscript(): Generator<undefined, string, string[]>;
Superscript(): Generator<undefined, string, string[]>;
Underline(): Generator<undefined, string, string[]>;
}
//# sourceMappingURL=index.d.ts.map
import { Code, Heading, Image, Link, List } from "@atjson/offset-annotations";
import Renderer from "@atjson/renderer-hir";
export default class HTMLRenderer extends Renderer {
$(tagName: string, attributes?: any): IterableIterator<string | undefined>;
$(tagName: string, attributes?: any): Generator<undefined, string, string[]>;
text(text: string): string;

@@ -9,22 +9,22 @@ htmlAttributes(attributes: {

}): string[];
root(): IterableIterator<any>;
Blockquote(): IterableIterator<any>;
Bold(): IterableIterator<any>;
Code(code: Code): IterableIterator<any>;
Heading(heading: Heading): IterableIterator<any>;
HorizontalRule(): IterableIterator<any>;
Image(image: Image): IterableIterator<any>;
Italic(): IterableIterator<any>;
LineBreak(): IterableIterator<any>;
Link(link: Link): IterableIterator<any>;
List(list: List): IterableIterator<any>;
ListItem(): IterableIterator<any>;
Paragraph(): IterableIterator<any>;
Section(): IterableIterator<any>;
SmallCaps(): IterableIterator<any>;
Strikethrough(): IterableIterator<any>;
Subscript(): IterableIterator<any>;
Superscript(): IterableIterator<any>;
Underline(): IterableIterator<any>;
root(): Generator<undefined, any, unknown>;
Blockquote(): Generator<undefined, string, string[]>;
Bold(): Generator<undefined, string, string[]>;
Code(code: Code): Generator<undefined, string, string[]>;
Heading(heading: Heading): Generator<undefined, string, string[]>;
HorizontalRule(): Generator<undefined, string, string[]>;
Image(image: Image): Generator<undefined, string, string[]>;
Italic(): Generator<undefined, string, string[]>;
LineBreak(): Generator<undefined, string, string[]>;
Link(link: Link): Generator<undefined, string, string[]>;
List(list: List): Generator<undefined, string, string[]>;
ListItem(): Generator<undefined, string, string[]>;
Paragraph(): Generator<undefined, string, string[]>;
Section(): Generator<undefined, string, string[]>;
SmallCaps(): Generator<undefined, string, string[]>;
Strikethrough(): Generator<undefined, string, string[]>;
Subscript(): Generator<undefined, string, string[]>;
Superscript(): Generator<undefined, string, string[]>;
Underline(): Generator<undefined, string, string[]>;
}
//# sourceMappingURL=index.d.ts.map
{
"name": "@atjson/renderer-html",
"version": "0.22.4",
"version": "0.22.5",
"description": "Render HTML documents from atjson",

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

"dependencies": {
"@atjson/renderer-hir": "0.21.7",
"@atjson/renderer-hir": "0.21.8",
"entities": "^2.0.0"
},
"devDependencies": {
"@atjson/document": "0.22.4",
"@atjson/offset-annotations": "0.23.2"
"@atjson/document": "0.22.5",
"@atjson/offset-annotations": "0.23.3"
},

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

},
"gitHead": "990eec191a758f83c855d1d99f86b125de70b70a"
"gitHead": "48d31810189ae5546c70a889e31fb7aaac885d9f"
}

Sorry, the diff of this file is not supported yet

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