Comparing version 5.7.5 to 5.7.6
@@ -15,2 +15,5 @@ /* jshint browserify: true */ | ||
var buffer = require('buffer'); | ||
var Buffer = buffer.Buffer; | ||
function createHash(algorithm) { | ||
@@ -17,0 +20,0 @@ if (algorithm !== 'md5') { |
@@ -18,2 +18,3 @@ /* jshint node: true */ | ||
utils = require('./utils'), | ||
buffer = require('buffer'), | ||
stream = require('stream'), | ||
@@ -23,3 +24,3 @@ util = require('util'), | ||
var Buffer = buffer.Buffer; | ||
var OPTS = {namespace: 'org.apache.avro.file'}; | ||
@@ -26,0 +27,0 @@ |
@@ -17,2 +17,3 @@ /* jshint node: true */ | ||
utils = require('./utils'), | ||
buffer = require('buffer'), | ||
fs = require('fs'), | ||
@@ -22,2 +23,4 @@ util = require('util'); | ||
var Buffer = buffer.Buffer; | ||
/** Parse a schema and return the corresponding type or service. */ | ||
@@ -24,0 +27,0 @@ function parse(any, opts) { |
@@ -10,5 +10,8 @@ /* jshint node: true */ | ||
var buffer = require('buffer'); | ||
var crypto = require('crypto'); | ||
var util = require('util'); | ||
var Buffer = buffer.Buffer; | ||
// Shared buffer pool for all taps. | ||
@@ -15,0 +18,0 @@ var POOL = new BufferPool(4096); |
{ | ||
"name": "avsc", | ||
"version": "5.7.5", | ||
"version": "5.7.6", | ||
"description": "Avro for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mtth/avsc", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
263404
8188