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

redux-testkit

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-testkit - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/ReducerTest.js

7

dist/ActionTest.js

@@ -7,2 +7,3 @@ Object.defineProperty(exports,"__esModule",{value:true});exports.ActionTest=undefined;var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}return function(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);return Constructor;};}();var _lodash=require('lodash');var _lodash2=_interopRequireDefault(_lodash);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj};}function _possibleConstructorReturn(self,call){if(!self){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return call&&(typeof call==="object"||typeof call==="function")?call:self;}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function, not "+typeof superClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,enumerable:false,writable:true,configurable:true}});if(superClass)Object.setPrototypeOf?Object.setPrototypeOf(subClass,superClass):subClass.__proto__=superClass;}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}var

this.mockDispatch=this.mockDispatch.bind(this);
this.getState=this.getState.bind(this);
}_createClass(ActionTest,[{key:'reset',value:function reset()

@@ -78,7 +79,7 @@

{
//
}},{key:'getType',value:function getType()
{
//
}},{key:'isFunction',value:function isFunction()

@@ -95,3 +96,3 @@

{
//
}}]);return Dispatched;}();var

@@ -98,0 +99,0 @@

var _ActionTest=require('./ActionTest');
var _ReducerTest=require('./ReducerTest');
module.exports={ActionTest:_ActionTest.ActionTest};
module.exports={ActionTest:_ActionTest.ActionTest,ReducerTest:_ReducerTest.ReducerTest};
{
"name": "redux-testkit",
"version": "0.1.4",
"version": "0.1.5",
"description": "Test kit for redux",

@@ -5,0 +5,0 @@ "author": "Yedidya Kennard <yedidyak@gmail.com>",

@@ -7,2 +7,3 @@ import _ from 'lodash';

this.mockDispatch = this.mockDispatch.bind(this);
this.getState = this.getState.bind(this);
}

@@ -9,0 +10,0 @@

import {ActionTest} from './ActionTest';
import {ReducerTest} from './ReducerTest';
module.exports = {ActionTest};
module.exports = {ActionTest, ReducerTest};

@@ -18,3 +18,3 @@ /*eslint-disable*/

{pattern: `node_modules/jasmine-expect/**/*.*`, instrument: false, load: false},
'lib/**/*.js',
'dist/**/*.js',
'src/**/*.js',

@@ -21,0 +21,0 @@ 'test/**/*.js',

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