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

react-notification

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notification - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

.travis.yml

5

dist/notification.js

@@ -187,7 +187,8 @@ 'use strict';

onClick: _react.PropTypes.func,
styles: _react.PropTypes.oneOfType([_react.PropTypes.object, _react.PropTypes.bool]),
style: _react.PropTypes.oneOfType([_react.PropTypes.object, _react.PropTypes.bool]),
dismissAfter: _react.PropTypes.number,
onDismiss: _react.PropTypes.func,
className: _react.PropTypes.string,
activeClassName: _react.PropTypes.string
activeClassName: _react.PropTypes.string,
isActive: _react.PropTypes.bool
},

@@ -194,0 +195,0 @@ enumerable: true

6

package.json
{
"name": "react-notification",
"version": "3.0.1",
"version": "3.0.2",
"description": "Snackbar style notification component for React.",

@@ -8,4 +8,4 @@ "main": "dist/notification.js",

"start": "NODE_ENV=development node webpack.local.server.js",
"prepublish": "make test && make js",
"test": "make test"
"prepublish": "npm test && make js",
"test": "NODE_ENV=test `npm bin`/mocha --compilers js:babel/register --recursive"
},

@@ -12,0 +12,0 @@ "repository": {

@@ -1,2 +0,2 @@

# react-notification [![npm version](https://badge.fury.io/js/react-notification.svg)](http://badge.fury.io/js/react-notification) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.org/pburtchaell/react-notification)
# react-notification [![npm version](https://badge.fury.io/js/react-notification.svg)](http://badge.fury.io/js/react-notification) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.org/pburtchaell/react-notification) [![Build Status](https://travis-ci.org/pburtchaell/react-notification.svg)](https://travis-ci.org/pburtchaell/react-notification)

@@ -3,0 +3,0 @@ ## Overview

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