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

@atjson/renderer-commonmark

Package Overview
Dependencies
Maintainers
6
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/renderer-commonmark - npm Package Compare versions

Comparing version 0.21.19 to 0.21.20

6

CHANGELOG.md

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

## [0.21.20](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.21.19...@atjson/renderer-commonmark@0.21.20) (2019-12-20)
### 🐛 Fixes
- 🐛 use ES2018 for modules output because nullish coalescing and optional chaining is breaking
## [0.21.19](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.21.18...@atjson/renderer-commonmark@0.21.19) (2019-12-20)

@@ -8,0 +14,0 @@

12

package.json
{
"name": "@atjson/renderer-commonmark",
"version": "0.21.19",
"version": "0.21.20",
"description": "Render atjson documents into commonmark",

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

"devDependencies": {
"@atjson/document": "0.22.8",
"@atjson/source-commonmark": "0.21.17",
"@atjson/document": "0.22.9",
"@atjson/source-commonmark": "0.21.18",
"@types/markdown-it": "0.0.9"
},
"dependencies": {
"@atjson/offset-annotations": "0.24.2",
"@atjson/renderer-hir": "0.21.11"
"@atjson/offset-annotations": "0.24.3",
"@atjson/renderer-hir": "0.21.12"
},

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

},
"gitHead": "9ecf313b8bd5e11c9322f94fe760eba09a968d18"
"gitHead": "a2377a2a566c553ebf8621c06104e825901c5433"
}

@@ -6,4 +6,4 @@ {

"module": "esnext",
"target": "esnext"
"target": "ES2018"
}
}

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