Comparing version 1.11.0 to 1.11.1
@@ -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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168595
4890
Updatedunderscore@^1.13.2