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

avro-decorators

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avro-decorators - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

build/bin/cli.d.ts

@@ -0,1 +1,2 @@

#!/usr/bin/env node
export {};

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

4

package.json
{
"name": "avro-decorators",
"version": "1.1.0",
"version": "1.1.1",
"description": "Typescript class decorators to model your avro schema",

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

"reflect-metadata": "^0.1.13",
"ts-node": "^10.0.0",
"tslib": "^2.2.0",

@@ -36,5 +37,4 @@ "yargs": "^17.0.1"

"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
}
}

@@ -7,6 +7,7 @@ <h1 align="center">Avro Decorators</h1>

<a href="https://www.npmjs.com/package/avro-decorators"><img src="https://img.shields.io/npm/v/avro-decorators/latest.svg?style=flat-square" alt="NPM Version" /></a>
<a href="https://actions-badge.atrox.dev/wtho/avro-decorators/goto?ref=main"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwtho%2Favro-decorators%2Fbadge%3Fref%3Dmain&style=flat-square" /></a>
<a href="https://github.com/wtho/avro-decorators/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/avro-decorators.svg?style=flat-square" alt="GitHub license" /></a>
<a href="https://github.com/wtho/avro-decorators/blob/main/LICENSE"><img src="https://img.shields.io/github/workflow/status/wtho/avro-decorators/test/main?style=flat-square" alt="CI" /></a>
<a href="https://github.com/wtho/avro-decorators/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/avro-decorators?style=flat-square" alt="GitHub license" /></a>
</p>
## Getting Started

@@ -13,0 +14,0 @@

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