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

redux-falcor

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-falcor - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/falcorRedux.js

@@ -74,3 +74,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

exports.retrievePath = _actions.retrievePath;
exports.retrievePaths = _actions.retrievePaths;
exports.retrieveValue = _actions.retrieveValue;
exports.setPath = _actions.setPath;
exports.createFalcorMiddleware = _middleware2['default'];

@@ -77,0 +79,0 @@ exports.falcorReducer = _reducer2['default'];

@@ -18,4 +18,6 @@ 'use strict';

exports.retrievePath = _actions.retrievePath;
exports.retrievePaths = _actions.retrievePaths;
exports.retrieveValue = _actions.retrieveValue;
exports.setPath = _actions.setPath;
exports.createFalcorMiddleware = _middleware2['default'];
exports.falcorReducer = _reducer2['default'];

2

package.json
{
"name": "redux-falcor",
"version": "1.1.0",
"version": "1.1.1",
"description": "A helper library for integratig Redux & Falcor",

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

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

import { retrievePath, retrieveValue } from './actions';
import {
retrievePath,
retrievePaths,
retrieveValue,
setPath,
} from './actions';
import createFalcorMiddleware from './middleware';

@@ -7,5 +12,7 @@ import falcorReducer from './reducer';

retrievePath,
retrievePaths,
retrieveValue,
setPath,
createFalcorMiddleware,
falcorReducer,
};

Sorry, the diff of this file is not supported yet

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