Socket
Socket
Sign inDemoInstall

@zenflux/redux

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenflux/redux - npm Package Compare versions

Comparing version 0.0.1-dev.1 to 0.0.1-dev.2

2

dist/es/interfaces/commands.d.ts
import Controller from "../core/controller";
import ZenCore from "@zenflux/core";
export type IRouteCallbackType = (args: {}, options: {}) => void;
export type IRouteCallbackType = (args?: {}, options?: {}) => void;
export interface ICommandRouteConfig {

@@ -5,0 +5,0 @@ callback: IRouteCallbackType;

{
"name": "@zenflux/redux",
"version": "0.0.1-dev.1",
"version": "0.0.1-dev.2",
"description": "ZenFlux redux",

@@ -5,0 +5,0 @@ "keywords": [

import Controller from "../core/controller";
import ZenCore from "@zenflux/core";
export type IRouteCallbackType = ( args: {}, options: {} ) => void;
export type IRouteCallbackType = ( args?: {}, options?: {} ) => void;

@@ -6,0 +6,0 @@ export interface ICommandRouteConfig {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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