Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ackee/chris

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ackee/chris - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

CHANGELOG.md

6

package.json
{
"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);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc