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

@atjson/hir

Package Overview
Dependencies
Maintainers
6
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/hir - npm Package Compare versions

Comparing version 0.21.11 to 0.21.12

6

CHANGELOG.md

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

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

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

6

package.json
{
"name": "@atjson/hir",
"version": "0.21.11",
"version": "0.21.12",
"description": "Libraries for annotated JSON documents",

@@ -22,3 +22,3 @@ "contributors": [

"devDependencies": {
"@atjson/document": "0.22.8"
"@atjson/document": "0.22.9"
},

@@ -28,3 +28,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