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

@atjson/renderer-react

Package Overview
Dependencies
Maintainers
6
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/renderer-react - npm Package Compare versions

Comparing version 0.21.13 to 0.21.14

6

CHANGELOG.md

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

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

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

10

package.json
{
"name": "@atjson/renderer-react",
"version": "0.21.13",
"version": "0.21.14",
"description": "Render atjson documents into a React app",

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

"dependencies": {
"@atjson/renderer-hir": "0.21.11"
"@atjson/renderer-hir": "0.21.12"
},

@@ -20,6 +20,6 @@ "peerDependencies": {

"devDependencies": {
"@atjson/document": "0.22.8",
"@atjson/offset-annotations": "0.24.2"
"@atjson/document": "0.22.9",
"@atjson/offset-annotations": "0.24.3"
},
"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