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

avro-js

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avro-js - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

3

etc/browser/avro.js

@@ -33,3 +33,4 @@ /* jshint browserify: true */

schemas = require('../../lib/schemas'),
deprecated = require('../deprecated/validator');
deprecated = require('../deprecated/validator'),
Buffer = require('buffer').Buffer

@@ -36,0 +37,0 @@

@@ -31,2 +31,3 @@ /* jshint node: true */

var f = util.format;
var Buffer = buffer.Buffer;

@@ -33,0 +34,0 @@ // All Avro types.

{
"name": "avro-js",
"version": "1.11.0",
"version": "1.11.1",
"author": "Avro Developers <dev@avro.apache.org>",

@@ -37,4 +37,4 @@ "description": "JavaScript Avro implementation",

"scripts": {
"cover": "istanbul cover _mocha -- -f interop -i",
"test": "mocha -f interop -i",
"cover": "nyc npm run test",
"test": "mocha --fgrep interop --invert",
"clean": "rm -rf coverage node_modules",

@@ -46,10 +46,10 @@ "lint": "jshint lib test",

"dependencies": {
"underscore": "^1.12.0"
"underscore": "^1.13.2"
},
"devDependencies": {
"coveralls": "^3.1.0",
"istanbul": "^0.4.5",
"jshint": "^2.12.0",
"mocha": "^6.2.3",
"tmp": "^0.0.28"
"nyc": "^15.1.0",
"coveralls": "^3.1.1",
"jshint": "^2.13.4",
"mocha": "10.0.0",
"tmp": "^0.2.1"
},

@@ -56,0 +56,0 @@ "noAnalyze": true,

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