@bufferapp/profile-loader
Advanced tools
Comparing version 0.95.0 to 0.95.1
{ | ||
"name": "@bufferapp/profile-loader", | ||
"version": "0.95.0", | ||
"version": "0.95.1", | ||
"description": "Profile Loader wrapper, renders children once the profiles have loaded", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "55b1bf85d8a7a7a212bb4b23416be961a327ea0b" | ||
"gitHead": "20dca9f074b1a2e75734000ad8053abce0b05c1c" | ||
} |
@@ -8,2 +8,3 @@ import { actionTypes as asyncDataFetchActionTypes } from '@bufferapp/async-data-fetch'; | ||
hasError: false, | ||
user: [], | ||
}; | ||
@@ -27,2 +28,6 @@ | ||
}; | ||
case `user_${asyncDataFetchActionTypes.FETCH_SUCCESS}`: | ||
return { | ||
user: action.result, | ||
}; | ||
default: | ||
@@ -29,0 +34,0 @@ return state; |
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
89219
32
754
0