react-notification-alert
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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) { |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28152
7
650
126
1