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

react-cimpress-comment

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cimpress-comment - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

20

lib/CommentsDrawerLink.js

@@ -46,15 +46,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

'div',
null,
{ className: 'comment-drawer-button' },
React.createElement(
'div',
{ className: 'comment-drawer-button' },
React.createElement(
'a',
{ href: '#' },
React.createElement('span', { className: 'fa fa-comments-o',
onClick: () => this.setState({
commentsDrawerOpen: true
}) }),
this.state.availableComments > 0 ? badge : null
)
'a',
{ href: '#' },
React.createElement('span', { className: 'fa fa-comments-o',
onClick: () => this.setState({
commentsDrawerOpen: true
}) }),
this.state.availableComments > 0 ? badge : null
),

@@ -61,0 +57,0 @@ React.createElement(

2

lib/index.js
import _Comments from './Comments';
import _CommentsDrawerLink from './CommentsDrawerLink';
export class Comments extends _Comments {}
export default class Comments extends _Comments {}
export class CommentsDrawerLink extends _CommentsDrawerLink {}
{
"name": "react-cimpress-comment",
"version": "0.1.3",
"version": "0.1.4",
"description": "Visualizes comment(s) for a particular platform resource",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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