Socket
Socket
Sign inDemoInstall

redux-interactions

Package Overview
Dependencies
Maintainers
9
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-interactions - npm Package Compare versions

Comparing version 2.1.61 to 2.2.64

dist/src/EntityCollection.d.ts

2

dist/src/index.d.ts

@@ -0,6 +1,8 @@

export { default as EntityCollection } from './EntityCollection';
export { default as Interactions } from './Interactions';
export { default as combineInteractions } from './combineInteractions';
export { default as reducer } from './reducer';
export { default as Model } from './Model';
export { default as selector } from './selector';
import * as types from './types';
export { types };
"use strict";
var EntityCollection_1 = require('./EntityCollection');
exports.EntityCollection = EntityCollection_1.default;
var Interactions_1 = require('./Interactions');

@@ -8,2 +10,4 @@ exports.Interactions = Interactions_1.default;

exports.reducer = reducer_1.default;
var Model_1 = require('./Model');
exports.Model = Model_1.default;
var selector_1 = require('./selector');

@@ -10,0 +14,0 @@ exports.selector = selector_1.default;

"use strict";
var chai = require('chai');
var chaiSubset = require('chai-subset');
var sinon = require('sinon');

@@ -15,2 +16,9 @@ var sinonChai = require('sinon-chai');

chai.use(sinonChai);
// ## http://chaijs.com/plugins/chai-subset
//
// Adds object subset assertions. TL;DR:
//
// * expect(anObject).to.containSubset({abc: 123})
//
chai.use(chaiSubset);
// # Sinon

@@ -17,0 +25,0 @@ helpers_1.withMocha(function () {

7

package.json
{
"name": "redux-interactions",
"version": "2.1.61",
"version": "2.2.64",
"description": "A streamlined approach to managing your Redux action creators and reducers.",

@@ -32,2 +32,3 @@ "homepage": "https://github.com/convoyinc/redux-interactions",

"lodash": "^4.0.0",
"nano-equal": "^1.0.1",
"unique-type": "^1.1.0"

@@ -37,2 +38,3 @@ },

"chai": "^3.5.0",
"chai-subset": "^1.2.2",
"mocha": "^2.5.3",

@@ -42,2 +44,3 @@ "mocha-circleci-reporter": "^0.0.1",

"react": "^15.1.0",
"redux": "^3.5.2",
"sinon": "^1.17.4",

@@ -47,5 +50,5 @@ "sinon-chai": "^2.8.0",

"tslint": "^3.12.1",
"typescript": "^1.8.10",
"typescript": "^2.0.0-dev.20160629",
"typings": "^1.3.1"
}
}
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