New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 1.8.0 to 1.8.1

2

build/codegens/rust.js

@@ -288,3 +288,3 @@ "use strict";

macros: [
"#[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq)]",
"#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]",
"#[serde(untagged)]"

@@ -291,0 +291,0 @@ ].join("\n"),

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

## [1.8.1](https://github.com/json-schema-tools/transpiler/compare/1.8.0...1.8.1) (2021-06-15)
### Bug Fixes
* non literal enum should not derive eq ([b86f15c](https://github.com/json-schema-tools/transpiler/commit/b86f15ce00e782e667c0ab1196407ca9cf9cfad9)), closes [#384](https://github.com/json-schema-tools/transpiler/issues/384)
# [1.8.0](https://github.com/json-schema-tools/transpiler/compare/1.7.6...1.8.0) (2021-06-11)

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

{
"name": "@json-schema-tools/transpiler",
"version": "1.8.0",
"version": "1.8.1",
"description": "Turn your json schema into typings for various languages. Achieve master class dev tooling.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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