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

react-notification-alert

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notification-alert - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/animate.css

6

CHANGELOG.md

@@ -1,3 +0,7 @@

## [0.0.3] 2017-11-28
## [0.0.5] 2017-12-12
### Bug fixing
- Added /dist folder for npmjs
## [0.0.4] 2017-11-28
### Bug fixing
- Rename the `notify` function to `notificationAlert`

@@ -4,0 +8,0 @@

import React from 'react';
import { Alert, Col } from 'reactstrap';
import './animate.css';
class NotificationAlert extends React.Component {

@@ -5,0 +7,0 @@ constructor(props) {

14

package.json
{
"name": "react-notification-alert",
"version": "0.0.4",
"version": "0.0.5",
"description": "React bootstrap 4 notification alert",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"build": "mkdir -p dist && babel index.js -o dist/index.js"
},
"babel": {
"presets": [
"react",
"env",
"stage-0"
]
},
"repository": {

@@ -13,0 +17,0 @@ "type": "git",

@@ -118,3 +118,2 @@ # React Notification Alert

npm install --save jquery
npm install --save popper.js
```

@@ -126,3 +125,3 @@

[LICENSE]: ./LICENSE.md
[version-badge]: https://img.shields.io/badge/version-0.0.3-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.0.5-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
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