Comparing version 1.8.2 to 1.9.1
@@ -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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
167137
2