@aws-amplify/storage
Advanced tools
Comparing version 1.0.32-unstable.15 to 1.0.32-unstable.26
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.33](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.31...@aws-amplify/storage@1.0.33) (2019-07-18) | ||
**Note:** Version bump only for package @aws-amplify/storage | ||
<a name="1.0.32-unstable.1"></a> | ||
@@ -8,0 +16,0 @@ ## [1.0.32-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.31...@aws-amplify/storage@1.0.32-unstable.1) (2019-07-12) |
@@ -141,3 +141,2 @@ "use strict"; | ||
var checkConfigKeysFromArray = function (k) { return k.find(function (k) { return isInStorageArrayKeys(k); }); }; | ||
var isDefinedNonObject = function (v) { return typeof v !== 'object' && v !== undefined; }; | ||
if (storageKeysFromConfig && | ||
@@ -150,3 +149,3 @@ checkConfigKeysFromArray(storageKeysFromConfig) && | ||
var key = _a[0], value = _a[1]; | ||
if (key && isInStorageArrayKeys(key) && isDefinedNonObject(value)) { | ||
if (key && isInStorageArrayKeys(key) && value !== undefined) { | ||
amplifyConfig.Storage[DEFAULT_PROVIDER][key] = value; | ||
@@ -153,0 +152,0 @@ delete amplifyConfig.Storage[key]; |
{ | ||
"name": "@aws-amplify/storage", | ||
"version": "1.0.32-unstable.15+d8b42397", | ||
"version": "1.0.32-unstable.26+272dbf35", | ||
"description": "Storage category of aws-amplify", | ||
@@ -52,3 +52,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@aws-amplify/core": "1.0.29-unstable.36+d8b42397" | ||
"@aws-amplify/core": "1.0.29" | ||
}, | ||
@@ -81,3 +81,3 @@ "jest": { | ||
}, | ||
"gitHead": "d8b42397906ad87e125f9480240b1c9049717365" | ||
"gitHead": "272dbf35f75dbe84a12e44363cf699ce04bc0f03" | ||
} |
@@ -121,3 +121,2 @@ /* | ||
const checkConfigKeysFromArray = (k: string[]) => k.find(k => isInStorageArrayKeys(k)); | ||
const isDefinedNonObject = (v: any) => typeof v !== 'object' && v !== undefined; | ||
@@ -133,3 +132,3 @@ if ( | ||
Object.entries(amplifyConfig.Storage).map(([key, value]) => { | ||
if (key && isInStorageArrayKeys(key) && isDefinedNonObject(value)) { | ||
if (key && isInStorageArrayKeys(key) && value !== undefined) { | ||
amplifyConfig.Storage[DEFAULT_PROVIDER][key] = value; | ||
@@ -136,0 +135,0 @@ delete amplifyConfig.Storage[key]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
4899621
25040
+ Added@aws-amplify/core@1.0.29(transitive)
+ Addedaws-sdk@2.474.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@4.9.1(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.3(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.1.1(transitive)
+ Addedevents@1.1.1(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.7(transitive)
+ Addedget-proto@1.0.1(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedieee754@1.1.8(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedjmespath@0.15.0(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedpunycode@1.3.21.4.1(transitive)
+ Addedqs@6.14.0(transitive)
+ Addedquerystring@0.2.0(transitive)
+ Addedsax@1.2.1(transitive)
+ Addedside-channel@1.1.0(transitive)
+ Addedside-channel-list@1.0.0(transitive)
+ Addedside-channel-map@1.0.1(transitive)
+ Addedside-channel-weakmap@1.0.2(transitive)
+ Addedurl@0.10.30.11.4(transitive)
+ Addeduuid@3.3.2(transitive)
+ Addedxml2js@0.4.19(transitive)
+ Addedxmlbuilder@9.0.7(transitive)
Updated@aws-amplify/core@1.0.29