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

refect

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refect - npm Package Compare versions

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2

2

package.json
{
"name": "refect",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "",

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

@@ -104,2 +104,5 @@ import { get, getActionType, is, check, map, deepBindActions } from 'utils';

},
dispatch(action, ...args) {
return getStore().dispatch(action, ...args);
},
watch(pattern, task, ...args) {

@@ -106,0 +109,0 @@ check(is.func(task), 'task in watch should be an function');

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