@google-cloud/storage
Advanced tools
Comparing version 0.8.0 to 1.0.0
{ | ||
"name": "@google-cloud/storage", | ||
"version": "0.8.0", | ||
"version": "1.0.0", | ||
"author": "Google Inc.", | ||
@@ -53,3 +53,3 @@ "description": "Cloud Storage Client Library for Node.js", | ||
"dependencies": { | ||
"@google-cloud/common": "^0.12.0", | ||
"@google-cloud/common": "^0.13.0", | ||
"arrify": "^1.0.0", | ||
@@ -88,4 +88,4 @@ "async": "^2.0.1", | ||
"engines": { | ||
"node": ">=0.12.0" | ||
"node": ">=4.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# @google-cloud/storage ([Beta][versioning]) | ||
# @google-cloud/storage ([GA][versioning]) | ||
> Cloud Storage Client Library for Node.js | ||
@@ -3,0 +3,0 @@ |
@@ -259,3 +259,3 @@ /*! | ||
* Buckets also have | ||
* [default ACLs](https://cloud.google.com/storage/docs/accesscontrol#default) | ||
* [default ACLs](https://cloud.google.com/storage/docs/access-control/lists#default) | ||
* for all created files. Default ACLs specify permissions that all new | ||
@@ -267,3 +267,3 @@ * objects added to the bucket will inherit by default. You can add, delete, | ||
* @resource [About Access Control Lists]{@link http://goo.gl/6qBBPO} | ||
* @resource [Default ACLs]{@link https://cloud.google.com/storage/docs/accesscontrol#default} | ||
* @resource [Default ACLs]{@link https://cloud.google.com/storage/docs/access-control/lists#default} | ||
* | ||
@@ -299,4 +299,4 @@ * @mixes module:storage/acl | ||
/** | ||
* Cloud Storage Buckets have [default ACLs](http://goo.gl/YpGdyv) for | ||
* all created files. You can add, delete, get, and update entities and | ||
* Cloud Storage Buckets have [default ACLs](https://cloud.google.com/storage/docs/access-control/lists#default) | ||
* for all created files. You can add, delete, get, and update entities and | ||
* permissions for these as well. The method signatures and examples are all | ||
@@ -303,0 +303,0 @@ * the same, after only prefixing the method call with `default`. |
@@ -747,3 +747,3 @@ /*! | ||
* | ||
* See the [Resumable upload guide](https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload#resumable) | ||
* See the [Resumable upload guide](https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload) | ||
* for more on how the entire process works. | ||
@@ -757,3 +757,3 @@ * | ||
* | ||
* @resource [Resumable upload guide]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload#resumable} | ||
* @resource [Resumable upload guide]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload} | ||
* | ||
@@ -848,3 +848,3 @@ * @param {object=} options - Configuration object. | ||
* | ||
* @resource [Upload Options (Simple or Resumable)]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload#uploads} | ||
* @resource [Upload Options (Simple or Resumable)]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload} | ||
* @resource [Objects: insert API Documentation]{@link https://cloud.google.com/storage/docs/json_api/v1/objects/insert} | ||
@@ -1189,3 +1189,3 @@ * | ||
* | ||
* @resource [Policy Document Reference]{@link https://cloud.google.com/storage/docs/reference-methods#policydocument} | ||
* @resource [Policy Document Reference]{@link https://cloud.google.com/storage/docs/xml-api/post-object#policydocument} | ||
* | ||
@@ -1358,3 +1358,3 @@ * @throws {Error} If an expiration timestamp from the past is given. | ||
* | ||
* @resource [Signed URLs Reference]{@link https://cloud.google.com/storage/docs/access-control#Signed-URLs} | ||
* @resource [Signed URLs Reference]{@link https://cloud.google.com/storage/docs/access-control/signed-urls} | ||
* | ||
@@ -1523,3 +1523,3 @@ * @throws {Error} if an expiration timestamp from the past is given. | ||
var signedUrl = format('{host}/{name}{id}{exp}{sig}{type}{disp}{gen}', { | ||
host: host.replace(/\/*$/, ''), // Remove trailing slashes. | ||
host: host.replace(/[/]*$/, ''), // Remove trailing slashes. | ||
name: name, | ||
@@ -1526,0 +1526,0 @@ id: '?GoogleAccessId=' + credentials.client_email, |
@@ -104,3 +104,3 @@ /*! | ||
* | ||
* @resource [About Access Control Lists]{@link https://cloud.google.com/storage/docs/access-control#About-Access-Control-Lists} | ||
* @resource [About Access Control Lists]{@link https://cloud.google.com/storage/docs/access-control/lists} | ||
* | ||
@@ -107,0 +107,0 @@ * @type {object} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
153669
1
+ Added@google-cloud/common@0.13.6(transitive)
+ Addedgcp-metadata@0.3.1(transitive)
+ Addedgoogle-auto-auth@0.7.2(transitive)
+ Addedretry-request@3.3.2(transitive)
- Removed@google-cloud/common@0.12.2(transitive)
- Removedgoogle-auto-auth@0.5.4(transitive)
Updated@google-cloud/common@^0.13.0