@alfalab/core-components-alert
Advanced tools
Comparing version
@@ -6,2 +6,21 @@ # Change Log | ||
## [3.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-alert@3.2.1...@alfalab/core-components-alert@3.2.2) (2022-07-15) | ||
### Bug Fixes | ||
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da)) | ||
## [3.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-alert@3.2.0...@alfalab/core-components-alert@3.2.1) (2022-07-14) | ||
**Note:** Version bump only for package @alfalab/core-components-alert | ||
# [3.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-alert@3.1.6...@alfalab/core-components-alert@3.2.0) (2022-06-28) | ||
@@ -318,2 +337,3 @@ | ||
* **alert:** add component ([#548](https://github.com/core-ds/core-components/issues/548)) ([264cbf8](https://github.com/core-ds/core-components/commit/264cbf8f7465d2ecaf043bf0f67530e040fc83f6)) |
{ | ||
"name": "@alfalab/core-components-alert", | ||
"version": "3.2.0", | ||
"version": "3.2.2", | ||
"description": "", | ||
"keywords": [], | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
"postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0" | ||
"postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"directory": "dist" | ||
}, | ||
@@ -22,6 +20,5 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@alfalab/core-components-plate": "^4.2.0", | ||
"@alfalab/core-components-plate": "^4.2.2", | ||
"classnames": "^2.2.6" | ||
}, | ||
"gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0" | ||
} | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
26150
1.89%3
200%