New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetch-component-data

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-component-data - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

lib/middleware.js

@@ -5,4 +5,8 @@ 'use strict';

var _flUtils = require('fl-utils');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
var _fetchComponentData = require('./fetchComponentData');
var _fetchComponentData2 = _interopRequireDefault(_fetchComponentData);
//import {ROUTER_DID_CHANGE} from 'redux-router' // copied here to avoid a dependency

@@ -22,3 +26,3 @@ var ROUTER_DID_CHANGE = '@@reduxReactRouter/routerDidChange';

_flUtils.fetchComponentData({ store: store, components: components, action: action });
_fetchComponentData2['default']({ store: store, components: components, action: action });
}

@@ -25,0 +29,0 @@ next(action);

{
"name": "fetch-component-data",
"version": "0.3.0",
"version": "0.3.1",
"description": "Small util functions for Frameworkstein",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

import {fetchComponentData} from 'fl-utils'
import fetchComponentData from './fetchComponentData'
//import {ROUTER_DID_CHANGE} from 'redux-router' // copied here to avoid a dependency

@@ -3,0 +3,0 @@ const ROUTER_DID_CHANGE = '@@reduxReactRouter/routerDidChange'

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