Socket
Socket
Sign inDemoInstall

@ovotech/avro-ts

Package Overview
Dependencies
Maintainers
262
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.4 to 6.0.5

dist/types/named-type.d.ts

4

dist/convert.js

@@ -17,2 +17,3 @@ "use strict";

const ts = require("typescript");
const named_type_1 = require("./types/named-type");
const addRef = (type, context) => {

@@ -80,2 +81,5 @@ var _a, _b;

}
else if (named_type_1.isNamedType(type)) {
return named_type_1.convertNamedType(context, type);
}
else if (typeof type === 'string') {

@@ -82,0 +86,0 @@ const [name, nameNamespace] = helpers_1.nameParts(type);

4

package.json
{
"name": "@ovotech/avro-ts",
"description": "Convert avro schemas into typescript interfaces",
"version": "6.0.4",
"version": "6.0.5",
"main": "dist/index.js",

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

},
"gitHead": "e601f487340655a1d7f8770c060b19f620fb44b9"
"gitHead": "932a027265d6986d733642c64467cff22e8771fe"
}
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