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 6.0.0-alpha.9 to 6.0.0-alpha.10

3

lib/utils.js

@@ -143,2 +143,5 @@ /* jshint node: true */

function copyOwnProperties(src, dst, overwrite) {
if (!src) {
return dst;
}
var names = Object.getOwnPropertyNames(src);

@@ -145,0 +148,0 @@ var i, l, name;

2

package.json
{
"name": "avsc",
"version": "6.0.0-alpha.9",
"version": "6.0.0-alpha.10",
"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

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