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

@influitive/profile-card

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influitive/profile-card - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

package.json
{
"name": "@influitive/profile-card",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {

@@ -5,0 +5,0 @@ "@influitive/jwt": "^2.1.2",

@@ -62,1 +62,5 @@ This application was scaffolded via [create-infl-app](https://gitlab.influitive.io/influitive/create-infl-app)

`profile-card` is just a regular component built using react-redux. When the children element is clicked an ajax call is fired to the hub's `/api/people/${id}.json`to retrieve that specific user information.
### RELEASING
We currently maintain 2 versions of profile card due to mismatched deps that break in one of the places we use this repo.
The master branch is v2 while there is also a v3 branch. Changes need to be duplicated in both branches.

@@ -52,4 +52,3 @@ import React, { Component } from 'react';

className="c-action c-view-profile"
href="javascript: void(0);"
onClick={this._navigateToProfile}>
href={`/profiles/${this.props.id}`}>
{this.props.t('View Profile')}

@@ -59,8 +58,4 @@ </Action>

}
_navigateToProfile = () => {
window.location = `/profiles/${this.props.id}`;
}
}
export default withNamespaces()(Footer);
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