Socket
Socket
Sign inDemoInstall

inaction

Package Overview
Dependencies
13
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.3.0

2

package.json
{
"name": "inaction",
"version": "4.2.0",
"version": "4.3.0",
"author": "olav",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -5,3 +5,2 @@ import { bindActionCreators } from "redux";

// HOC that binds state selectors and action creators.
export const connect = (selectors, creators) => {

@@ -8,0 +7,0 @@ return !selectors || typeof selectors === "function"

@@ -1,2 +0,1 @@

// Map over object values.
export const mapValues = (obj, fn) => {

@@ -3,0 +2,0 @@ const res = {};

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc