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

avsc

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avsc - npm Package Compare versions

Comparing version 5.7.4 to 5.7.5

2

package.json
{
"name": "avsc",
"version": "5.7.4",
"version": "5.7.5",
"description": "Avro for JavaScript",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/mtth/avsc",

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

# Avsc [![NPM version](https://img.shields.io/npm/v/avsc.svg)](https://www.npmjs.com/package/avsc) [![Download count](https://img.shields.io/npm/dm/avsc.svg)](https://www.npmjs.com/package/avsc) [![Build status](https://travis-ci.org/mtth/avsc.svg?branch=master)](https://travis-ci.org/mtth/avsc) [![Coverage status](https://coveralls.io/repos/mtth/avsc/badge.svg?branch=master&service=github)](https://coveralls.io/github/mtth/avsc?branch=master)
# Avsc [![NPM version](https://img.shields.io/npm/v/avsc.svg)](https://www.npmjs.com/package/avsc) [![Download count](https://img.shields.io/npm/dm/avsc.svg)](https://www.npmjs.com/package/avsc) [![CI](https://github.com/mtth/avsc/actions/workflows/ci.yml/badge.svg)](https://github.com/mtth/avsc/actions/workflows/ci.yml) [![Coverage status](https://coveralls.io/repos/mtth/avsc/badge.svg?branch=master&service=github)](https://coveralls.io/github/mtth/avsc?branch=master)

@@ -23,5 +23,3 @@ Pure JavaScript implementation of the [Avro

`avsc` is compatible with all versions of [node.js][] since `0.11` and major
browsers via [browserify][]. For convenience, you can also find compiled
distributions with the [releases][] (but please host your own copy).
`avsc` is compatible with all versions of [node.js][] since `0.11`.

@@ -124,3 +122,2 @@

[browser-support]: https://github.com/mtth/avsc/wiki#browser-support
[browserify]: http://browserify.org/
[custom-long]: https://github.com/mtth/avsc/wiki/Advanced-usage#custom-long-types

@@ -133,3 +130,2 @@ [decoder-api]: https://github.com/mtth/avsc/wiki/API#class-blockdecoderopts

[readable-stream]: https://nodejs.org/api/stream.html#stream_class_stream_readable
[releases]: https://github.com/mtth/avsc/releases
[rpc]: https://github.com/mtth/avsc/wiki/Quickstart#services

@@ -136,0 +132,0 @@ [schema-evolution]: https://github.com/mtth/avsc/wiki/Advanced-usage#schema-evolution

@@ -9,3 +9,3 @@ // Note: These typings are incomplete (https://github.com/mtth/avsc/pull/134).

import * as stream from 'stream';
import * as stream from 'stream';
import { EventEmitter } from 'events';

@@ -47,2 +47,3 @@

symbols: string[];
default?: string;
}

@@ -244,4 +245,4 @@

type TransportFunctionCallback = (err: Error|null|undefined, res?: stream.Stream) => void;

@@ -248,0 +249,0 @@ type TransportFunction = (cb: TransportFunctionCallback) => stream.Stream; // TODO

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