Comparing version 1.0.5 to 3.0.0-alpha.1
{ | ||
"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 | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
510201
3893
24
11
2
1
+ Addedgoober@^2.0.33
+ Addedgoober@2.1.16(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@emotion/hash@0.8.0(transitive)
- Removed@material-ui/core@4.12.4(transitive)
- Removed@material-ui/styles@4.11.5(transitive)
- Removed@material-ui/system@4.12.2(transitive)
- Removed@material-ui/types@5.1.0(transitive)
- Removed@material-ui/utils@4.11.3(transitive)
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@18.3.12(transitive)
- Removed@types/react-transition-group@4.4.11(transitive)
- Removedcss-vendor@2.0.8(transitive)
- Removedcsstype@2.6.21(transitive)
- Removeddom-helpers@5.2.1(transitive)
- Removedhyphenate-style-name@1.1.0(transitive)
- Removedis-in-browser@1.1.3(transitive)
- Removedjss@10.10.0(transitive)
- Removedjss-plugin-camel-case@10.10.0(transitive)
- Removedjss-plugin-default-unit@10.10.0(transitive)
- Removedjss-plugin-global@10.10.0(transitive)
- Removedjss-plugin-nested@10.10.0(transitive)
- Removedjss-plugin-props-sort@10.10.0(transitive)
- Removedjss-plugin-rule-value-function@10.10.0(transitive)
- Removedjss-plugin-vendor-prefixer@10.10.0(transitive)
- Removedpopper.js@1.16.1-lts(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact-is@17.0.2(transitive)
- Removedreact-transition-group@4.4.5(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedtiny-warning@1.0.3(transitive)