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

ee54bh78i

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

ee54bh78i - npm Package Compare versions

Comparing version 1.0.5 to 3.0.0-alpha.1

ee54bh78i.cjs.development.js

36

package.json
{
"name": "ee54bh78i",
"version": "1.0.5",
"version": "3.0.0-alpha.1",
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other",
"main": "dist/index.js",
"module": "dist/notistack.esm.js",
"types": "dist/index.d.ts",
"main": "./index.js",
"module": "./notistack.esm.js",
"types": "./index.d.ts",
"license": "MIT",

@@ -20,16 +20,16 @@ "author": {

"scripts": {
"prebuild": "npm run docs",
"build": "tsdx build --transpileOnly --entry ./src/index.js",
"prebuild": "npm run docs",
"prepublishOnly": "npm run build",
"watch": "tsdx watch --transpileOnly --entry ./src/index.js",
"docs": "rimraf typedoc.json && typedoc --tsconfig",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prerelease": "npm run build",
"release:alpha": "np --tag alpha"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"@material-ui/core": "^4.0.0"
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.8.3",
"@material-ui/core": "^4.9.5",
"@types/node": "^13.9.0",

@@ -41,2 +41,3 @@ "@types/react": "^16.9.23",

"@typescript-eslint/parser": "^3.9.1",
"babel-eslint": "^10.1.0",
"babel-plugin-optimize-clsx": "^2.6.1",

@@ -48,2 +49,3 @@ "eslint": "^7.7.0",

"eslint-plugin-react": "^7.20.6",
"np": "^7.5.0",
"react": "^16.8.0 || ^17.0.0",

@@ -55,7 +57,9 @@ "react-dom": "^16.8.0 || ^17.0.0",

"tsdx": "^0.13.2",
"tslib": "^2.1.0",
"typedoc": "^0.16.11",
"typescript": "^3.8.3"
"typescript": "^4.2.4"
},
"dependencies": {
"clsx": "^1.1.0",
"goober": "^2.0.33",
"hoist-non-react-statics": "^3.3.0"

@@ -91,3 +95,11 @@ },

"iamhosseindhv"
]
],
"np": {
"branch": "alpha",
"yolo": true,
"yarn": false,
"contents": "dist",
"message": "v%s",
"releaseDraft": false
}
}
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