@protobufjs/fetch
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@protobufjs/fetch", | ||
"description": "Fetches the contents of a file accross node and browsers.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>", | ||
@@ -11,6 +11,6 @@ "repository": { | ||
"dependencies": { | ||
"@protobufjs/aspromise": "^1.0.0", | ||
"@protobufjs/inquire": "^1.0.0" | ||
"@protobufjs/aspromise": "^1.0.4", | ||
"@protobufjs/inquire": "^1.0.1" | ||
}, | ||
"license": "Apache-2.0" | ||
"license": "BSD-3-Clause" | ||
} |
@@ -13,2 +13,2 @@ @protobufjs/fetch | ||
**License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) | ||
**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) |
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
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
4255
Updated@protobufjs/aspromise@^1.0.4
Updated@protobufjs/inquire@^1.0.1