Socket
Socket
Sign inDemoInstall

rc-notification

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-notification - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

lib/Notice.js

@@ -15,4 +15,6 @@ 'use strict';

var _rcUtil = require('rc-util');
var _classnames = require('classnames');
var _classnames2 = _interopRequireDefault(_classnames);
var Notice = _react2['default'].createClass({

@@ -76,3 +78,3 @@ displayName: 'Notice',

'div',
{ className: (0, _rcUtil.classSet)(className), style: props.style },
{ className: (0, _classnames2['default'])(className), style: props.style },
_react2['default'].createElement(

@@ -79,0 +81,0 @@ 'div',

@@ -114,3 +114,3 @@ 'use strict';

Notification.newInstance = function (properties) {
Notification.newInstance = function newNotificationInstance(properties) {
var props = properties || {};

@@ -117,0 +117,0 @@ var div = document.createElement('div');

{
"name": "rc-notification",
"version": "1.3.0",
"version": "1.3.1",
"description": "notification ui component for react",

@@ -44,17 +44,18 @@ "keywords": [

"devDependencies": {
"expect.js": "0.3.x",
"pre-commit": "1.x",
"rc-server": "3.x",
"rc-tools": "4.x",
"react": "~0.14.0",
"react-addons-test-utils": "~0.14.1",
"react-dom": "~0.14.0"
"expect.js": "~0.3.1",
"precommit-hook": "~3.0.0",
"rc-server": "~3.3.4",
"rc-tools": "~4.4.1",
"react": "~0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "~0.14.3"
},
"pre-commit": [
"precommit": [
"lint"
],
"dependencies": {
"rc-animate": "2.x",
"rc-util": "3.x"
"classnames": "~2.2.1",
"rc-animate": "~2.0.2",
"rc-util": "~3.1.2"
}
}
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