Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bufferapp/profile-loader

Package Overview
Dependencies
Maintainers
27
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/profile-loader - npm Package Compare versions

Comparing version 0.95.0 to 0.95.1

coverage/clover.xml

4

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc