@ackee/chris
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -8,2 +8,6 @@ # Changelog | ||
## [0.5.3] - 2019-01-29 | ||
### Added | ||
- Replace local changelog script with changelog-it tool | ||
## [0.5.2] - 2019-01-29 | ||
@@ -66,2 +70,3 @@ ### Fixed | ||
[0.5.3]: https://github.com/AckeeCZ/chris/compare/v0.5.2...v0.5.3 | ||
[0.5.2]: https://github.com/AckeeCZ/chris/compare/v0.5.1...v0.5.2 | ||
@@ -68,0 +73,0 @@ [0.5.1]: https://github.com/AckeeCZ/chris/compare/v0.5.0...v0.5.1 |
{ | ||
"name": "@ackee/chris", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Useful additions for your redux - react-router based app", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"start": "npm run build && onchange 'src/**/*.{ts,tsx}' -- npm run build", | ||
"version": "node scripts/changelog.js && vim CHANGELOG.md && git add CHANGELOG.md" | ||
"version": "changelog-it && vim CHANGELOG.md && git add CHANGELOG.md" | ||
}, | ||
@@ -67,2 +67,3 @@ "author": "Lukáš Horák <lukas.horak@ackee.cz>", | ||
"babel-loader": "^8.0.4", | ||
"changelog-it": "github:AckeeCZ/changelog-it", | ||
"connected-react-router": "^6.0.0", | ||
@@ -76,3 +77,2 @@ "cross-env": "^5.2.0", | ||
"jest": "^23.6.0", | ||
"keep-a-changelog": "^0.7.0", | ||
"node-sass": "^4.11.0", | ||
@@ -79,0 +79,0 @@ "onchange": "^5.2.0", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
0
105322
54
1090