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.15 to 5.4.16

2

lib/utils.js

@@ -143,3 +143,3 @@ /* jshint node: true */

function hasDuplicates(arr, fn) {
var obj = {};
var obj = Object.create(null);
var i, l, elem;

@@ -146,0 +146,0 @@ for (i = 0, l = arr.length; i < l; i++) {

{
"name": "avsc",
"version": "5.4.15",
"version": "5.4.16",
"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