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

anchor-ui

Package Overview
Dependencies
Maintainers
2
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor-ui - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "anchor-ui",
"version": "1.1.0",
"version": "1.1.1",
"description": "React Component UI Kit",

@@ -54,2 +54,3 @@ "main": "dist/index.js",

"classnames": "^2.2.5",
"color": "^1.0.3",
"moment": "^2.13.0",

@@ -60,5 +61,4 @@ "react": "^15.4.1",

"dependencies": {
"color": "^1.0.3",
"underscore": "^1.8.3"
}
}

@@ -75,4 +75,4 @@ # Anchor UI

|--------------------|----------|----------|---------|--------------------------------------------------|
| primaryText | String | Yes | | The list items primary text |
| secondaryText | String | Yes | | The list items secondary text |
| primaryText | String | Yes | | The list item's primary text |
| secondaryText | String | Yes | | The list item's secondary text |
| onClick | Function | Yes | | Click function for the root element |

@@ -95,5 +95,5 @@ | style | Object | | | Override the styles of the root element |

| message.username | String | Yes | | The sender's username |
| timeFormat | String | Yes | | The [format](http://momentjs.com/docs/#/displaying/format/) in which to display message.createdAt |
| timeFormat | String | | 'HH:mm' | The [format](http://momentjs.com/docs/#/displaying/format/) in which to display message.createdAt |
| avatar | String | | | Path to the user's profile image, will render <Avatar /> if supplied |
| myMessage | Boolean | | | Is the message from the current user? |
| myMessage | Boolean | | false | Flag used to change message styles, set to true if the message belongs to the current user |
| style | Object | | | Override the styles of the root element |

@@ -100,0 +100,0 @@ | messageBodyStyle | Object | | | Override the styles of the body element |

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