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

type-to-reducer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-to-reducer - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

lib/index.d.ts

5

package.json
{
"name": "type-to-reducer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create reducer functions based on an object keyed by action types",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha test/index.test.js --ui bdd --compilers js:babel-register",
"lint": "eslint . --ext .js",
"build": "babel src -d lib --ignore *.test.js",
"build": "babel src -d lib --ignore *.test.js && cp -f src/index.d.ts lib/index.d.ts",
"prepublish": "npm run build"

@@ -11,0 +12,0 @@ },

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