You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@json-schema-tools/transpiler

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-schema-tools/transpiler - npm Package Compare versions

Comparing version

to
1.2.1

.node-version

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.2.1](https://github.com/json-schema-tools/transpiler/compare/1.2.0...1.2.1) (2020-07-20)
### Bug Fixes
* add mode docs ([82d2774](https://github.com/json-schema-tools/transpiler/commit/82d277411906d9867aa8d27468e45b524be956c0))
# [1.2.0](https://github.com/json-schema-tools/transpiler/compare/1.1.0...1.2.0) (2020-07-20)

@@ -2,0 +9,0 @@

6

package.json
{
"name": "@json-schema-tools/transpiler",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -17,3 +17,3 @@ "main": "build/index.js",

"devDependencies": {
"@json-schema-tools/dereferencer": "^1.0.14",
"@json-schema-tools/dereferencer": "^1.0.15",
"@json-schema-tools/meta-schema": "^1.0.10",

@@ -38,3 +38,3 @@ "@types/inquirer": "^6.5.0",

"dependencies": {
"@json-schema-tools/traverse": "^1.3.0",
"@json-schema-tools/traverse": "^1.3.1",
"lodash.deburr": "^4.1.0",

@@ -41,0 +41,0 @@ "lodash.trim": "^4.5.1"

@@ -14,2 +14,6 @@ # JSON Schema Transpiler

- minimal dependencies (wip)
- Creates 1 type alias per 1 schema
- Autogenerated deterministic titles where missing
- Autoreferencer (removes duplication)
- Code is synchronous - no IO keeps it lean and fast

@@ -16,0 +20,0 @@ ## Getting Started