Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

avro-js

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avro-js - npm Package Compare versions

Comparing version 1.8.2 to 1.9.1

2

etc/browser/avro.js

@@ -12,3 +12,3 @@ /* jshint browserify: true */

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -15,0 +15,0 @@ * Unless required by applicable law or agreed to in writing, software

@@ -12,3 +12,3 @@ /* jshint browserify: true */

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -15,0 +15,0 @@ * Unless required by applicable law or agreed to in writing, software

@@ -8,3 +8,3 @@ // Licensed to the Apache Software Foundation (ASF) under one or more

//
// http://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//

@@ -11,0 +11,0 @@ // Unless required by applicable law or agreed to in writing, software

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

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -15,0 +15,0 @@ * Unless required by applicable law or agreed to in writing, software

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

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -15,0 +15,0 @@ * Unless required by applicable law or agreed to in writing, software

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

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -15,0 +15,0 @@ * Unless required by applicable law or agreed to in writing, software

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

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -2155,3 +2155,3 @@ * Unless required by applicable law or agreed to in writing, software

// inserted in. This is not in the JS spec, but can be "somewhat" safely
// assumed (more here: http://stackoverflow.com/q/5525795/1062617).
// assumed (more here: https://stackoverflow.com/q/5525795/1062617).
return (function (registry) {

@@ -2158,0 +2158,0 @@ return JSON.stringify(obj, function (key, value) {

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

*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*

@@ -134,3 +134,3 @@ * Unless required by applicable law or agreed to in writing, software

*
* Inspired by: http://stackoverflow.com/a/424445/1062617
* Inspired by: https://stackoverflow.com/a/424445/1062617
*

@@ -492,3 +492,3 @@ */

}
this.buf.binaryWrite(str, pos, len);
this.buf.write(str, pos, len, 'binary');
};

@@ -495,0 +495,0 @@

{
"name": "avro-js",
"version": "1.8.2",
"version": "1.9.1",
"author": "Avro Developers <dev@avro.apache.org>",

@@ -17,4 +17,4 @@ "description": "JavaScript Avro implementation",

"repository": {
"type": "svn",
"url": "http://svn.apache.org/repos/asf/avro/trunk/lang/js/"
"type": "git",
"url": "https://github.com/apache/avro"
},

@@ -21,0 +21,0 @@ "keywords": [

@@ -10,3 +10,3 @@ <!--

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

@@ -13,0 +13,0 @@ Unless required by applicable law or agreed to in writing, software

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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