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.0 to 5.7.1

6

lib/specs.js

@@ -87,7 +87,7 @@ /* jshint node: true */

}
fetchImports(obj.protocol, obj.imports, cb);
fetchImports(obj.protocol, obj.imports, path.dirname(fpath), cb);
});
}
function fetchImports(protocol, imports, cb) {
function fetchImports(protocol, imports, dpath, cb) {
var importedProtocols = [];

@@ -113,3 +113,3 @@ next();

}
var importPath = path.join(path.dirname(fpath), info.name);
var importPath = path.join(dpath, info.name);
if (info.kind === 'idl') {

@@ -116,0 +116,0 @@ importFile(importPath, function (err, imported) {

{
"name": "avsc",
"version": "5.7.0",
"version": "5.7.1",
"description": "Avro for JavaScript",

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

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