zeal-redux-utils
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.createReducer = exports.createActionTypes = undefined; | ||
exports.globalizeSelectors = exports.createReducer = exports.createActionTypes = undefined; | ||
@@ -17,5 +17,10 @@ var _createActionTypes2 = require('./createActionTypes'); | ||
var _globalizeSelectors2 = require('./globalizeSelectors'); | ||
var _globalizeSelectors3 = _interopRequireDefault(_globalizeSelectors2); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.createActionTypes = _createActionTypes3.default; | ||
exports.createReducer = _createReducer3.default; | ||
exports.createReducer = _createReducer3.default; | ||
exports.globalizeSelectors = _globalizeSelectors3.default; |
{ | ||
"name": "zeal-redux-utils", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Utility functions for working with Redux", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -6,2 +6,3 @@ # zeal-redux-utils | ||
[![npm version](https://img.shields.io/npm/v/zeal-redux-utils.svg)](https://www.npmjs.com/package/zeal-redux-utils) | ||
[![CircleCI](https://circleci.com/gh/CodingZeal/zeal-redux-utils.svg?style=shield&circle-token=5a1df123336a821e7cb7e8b94350e41c1e7e07da)](https://circleci.com/gh/CodingZeal/zeal-redux-utils) | ||
@@ -17,3 +18,7 @@ ## Installation | ||
```javascript | ||
import { createActionTypes, createReducer } from 'zeal-redux-utils' | ||
import { | ||
createActionTypes, | ||
createReducer, | ||
globalizeSelectors | ||
} from 'zeal-redux-utils' | ||
``` |
export createActionTypes from './createActionTypes' | ||
export createReducer from './createReducer' | ||
export globalizeSelectors from './globalizeSelectors' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
121428
22
247
23