@ackee/chris
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "@ackee/chris", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Useful additions for your redux - react-router based app", | ||
@@ -18,3 +18,4 @@ "main": "lib/index.js", | ||
"type-check:watch": "npm run type-check -- --watch", | ||
"start": "npm run build && onchange 'src/**/*.{ts,tsx}' -- npm run build" | ||
"start": "npm run build && onchange 'src/**/*.{ts,tsx}' -- npm run build", | ||
"version": "node scripts/changelog.js && vim CHANGELOG.md && git add CHANGELOG.md" | ||
}, | ||
@@ -74,2 +75,3 @@ "author": "Lukáš Horák <lukas.horak@ackee.cz>", | ||
"jest": "^23.6.0", | ||
"keep-a-changelog": "^0.7.0", | ||
"node-sass": "^4.11.0", | ||
@@ -76,0 +78,0 @@ "onchange": "^5.2.0", |
@@ -182,3 +182,3 @@ ![ackee|chris](./assets/ackee_git_frontend_chris.png) | ||
), | ||
routeDependencies(), | ||
fetchDependencies(), | ||
)(UsersListPage); | ||
@@ -207,3 +207,3 @@ | ||
), | ||
routeDependencies({ | ||
fetchDependencies({ | ||
onLoad: ({ userId, requestUserDetail }) => { | ||
@@ -210,0 +210,0 @@ requestUserDetail(userId); |
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
106336
57
1129
46
2
1