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.4.19 to 5.4.20

13

package.json
{
"name": "avsc",
"version": "5.4.19",
"version": "5.4.20",
"description": "Avro for JavaScript",

@@ -51,11 +51,10 @@ "homepage": "https://github.com/mtth/avsc",

"perf": "./etc/scripts/perf etc/schemas/*",
"test": "mocha",
"zuul": "zuul --no-coverage -- test/*.js"
"test": "mocha"
},
"devDependencies": {
"benchmark": "~2.1.4",
"coveralls": "^3.0.4",
"mocha": "^5.2.0",
"nyc": "~14.1.1",
"tmp": "^0.0.33"
"coveralls": "^3.0.9",
"mocha": "^7.1.0",
"nyc": "~15.0.0",
"tmp": "^0.1.0"
},

@@ -62,0 +61,0 @@ "author": {

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

random(): LongType;
static __with(methods: object, noUnpack?: boolean): void;
static __with(methods: object, noUnpack?: boolean): LongType;
}

@@ -365,0 +365,0 @@

Sorry, the diff of this file is too big to display

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