Socket
Socket
Sign inDemoInstall

@cra-express/redux-prefetcher

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cra-express/redux-prefetcher - npm Package Compare versions

Comparing version 4.0.0-9 to 4.0.0-alpha.0

lib/index.spec.js

5

lib/index.js

@@ -1,2 +0,2 @@

'use strict';
"use strict";

@@ -8,3 +8,3 @@ Object.defineProperty(exports, "__esModule", {

var _reactRouterConfig = require('react-router-config');
var _reactRouterConfig = require("react-router-config");

@@ -15,3 +15,2 @@ function getInitialData(ctx, store, routes) {

match = _ref.match;
return {

@@ -18,0 +17,0 @@ component: route.component,

11

package.json
{
"name": "@cra-express/redux-prefetcher",
"version": "4.0.0-9",
"version": "4.0.0-alpha.0",
"description": "Redux Prefetcher for prefetching on server",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"watch": "babel src -d lib --watch --ignore spec.js",
"test:ci": "jest --coverage"
"test:ci": "jest --config=jest-config.json --coverage"
},

@@ -28,5 +28,6 @@ "author": "Antony Budianto <antonybudianto@gmail.com>",

"devDependencies": {
"react": "^16.3.2",
"react-router": "^4.2.0"
}
"react": "^16.5.0",
"react-router": "^4.3.1"
},
"gitHead": "0f8f4d4a7dfbcaed978920143773553cf7a59609"
}
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