Socket
Socket
Sign inDemoInstall

@ovotech/avro-ts

Package Overview
Dependencies
Maintainers
316
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/avro-ts - npm Package Compare versions

Comparing version 6.0.7 to 6.0.8

2

dist/types/enum.js

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

const type = ts_compose_1.Type.Alias({
name: helpers_1.firstUpperCase(schema.name),
name: helpers_1.convertName(helpers_1.firstUpperCase(schema.name)),
type: ts_compose_1.Type.Union(schema.symbols.map((symbol) => ts_compose_1.Type.Literal(symbol))),

@@ -15,0 +15,0 @@ isExport: true,

{
"name": "@ovotech/avro-ts",
"description": "Convert avro schemas into typescript interfaces",
"version": "6.0.7",
"version": "6.0.8",
"main": "dist/index.js",

@@ -40,3 +40,3 @@ "source": "src/index.ts",

},
"gitHead": "47626be2d648bec6ba92dbbfd5bfc41f94e12153"
"gitHead": "37a6da95b70999e248581acd32165aa8d536fd2c"
}
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