Socket
Socket
Sign inDemoInstall

react-toastify

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-toastify - npm Package Compare versions

Comparing version 1.4.3 to 1.5.0

.travis.yml

13

package.json
{
"name": "react-toastify",
"version": "1.4.3",
"version": "1.5.0",
"description": "React notification made easy",

@@ -16,3 +16,6 @@ "keywords": [

"scripts": {
"test": "jest --verbose",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"prebuild": "npm run lint && npm run test",
"build": "NODE_ENV=production ./scripts/build.sh",

@@ -41,2 +44,3 @@ "postbuild": "npm run style",

"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.1",
"babel-loader": "^7.0.0",

@@ -48,3 +52,3 @@ "babel-preset-env": "^1.4.0",

"cssnano": "^3.8.0",
"enzyme": "^2.4.1",
"enzyme": "^2.8.2",
"eslint": "^3.2.2",

@@ -55,2 +59,3 @@ "eslint-config-airbnb": "^14.1.0",

"eslint-plugin-react": "^6.0.0",
"jest": "^20.0.1",
"jsdom": "^10.1.0",

@@ -61,4 +66,6 @@ "karma": "^1.2.0",

"postcss-cli": "^3.2.0",
"react": "^15.5.4",
"react-addons-test-utils": "^15.3.0",
"sinon": "^2.1.0",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"webpack": "^2.4.1"

@@ -65,0 +72,0 @@ },

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

# React Toastify [![npm](https://img.shields.io/npm/dt/react-toastify.svg)]() [![npm](https://img.shields.io/npm/v/react-toastify.svg)]() [![license](https://img.shields.io/github/license/fkhadra/react-toastify.svg?maxAge=2592000)]()
# React Toastify [![Build Status](https://travis-ci.org/fkhadra/react-toastify.svg?branch=master)](https://travis-ci.org/fkhadra/react-toastify) [![npm](https://img.shields.io/npm/dt/react-toastify.svg)]() [![npm](https://img.shields.io/npm/v/react-toastify.svg)]() [![license](https://img.shields.io/github/license/fkhadra/react-toastify.svg?maxAge=2592000)]()

@@ -177,2 +177,6 @@ React-Toastify allow you to add toast notification to your app with ease.

### v1.5.0
- That version does not bring any features but it brings tests made with the amazing jest and aslo Travis CI integration.
### v1.4.3

@@ -179,0 +183,0 @@

Sorry, the diff of this file is not supported yet

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