Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zeal-redux-utils

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeal-redux-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/__tests__/createActionTypes-spec.js

11

package.json
{
"name": "zeal-redux-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utility functions for working with Redux",

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

"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "npm test && npm run clean && npm run build",
"test": "jest",
"test:watch": "npm run test -- --watch"
},

@@ -30,2 +31,5 @@ "repository": {

},
"jest": {
"testPathIgnorePatterns": ["/node_modules/", "/lib/"]
},
"devDependencies": {

@@ -36,4 +40,5 @@ "babel-cli": "^6.18.0",

"babel-preset-stage-1": "^6.16.0",
"jest": "^17.0.3",
"rimraf": "^2.5.4"
}
}

@@ -5,2 +5,4 @@ # zeal-redux-utils

[![npm version](https://img.shields.io/npm/v/zeal-redux-utils.svg)](https://www.npmjs.com/package/zeal-redux-utils)
## Installation

@@ -7,0 +9,0 @@

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