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

el-state

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-state - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

dist/useAction.d.ts

@@ -13,2 +13,9 @@ import { SyntheticEvent } from 'react';

/**
* Use action as callback function.
*
* @param action Action that will be called
* @returns Function that take React synthetic event as argument
*/
export declare function useActionCallback<Event = SyntheticEvent>(action: Action<any, []>): (event: Event) => void;
/**
* Use action as callback function and convert the event to action argument.

@@ -15,0 +22,0 @@ *

2

package.json
{
"name": "el-state",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/abihf/el-state#readme",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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