@alfalab/core-components-badge
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-badge@3.4.0...@alfalab/core-components-badge@3.4.1) (2022-08-17) | ||
### Bug Fixes | ||
* returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613)) | ||
# [3.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-badge@3.3.3...@alfalab/core-components-badge@3.4.0) (2022-08-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@alfalab/core-components-badge", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "", | ||
"keywords": [], | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "./esm/index.js", | ||
"main": "dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \"" | ||
"postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \"" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "dist" | ||
"access": "public" | ||
}, | ||
@@ -21,3 +23,4 @@ "peerDependencies": { | ||
"classnames": "^2.3.1" | ||
} | ||
}, | ||
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3" | ||
} |
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
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
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
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
51706
3