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

electron-redux

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-redux - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

types/utils/isFSA.d.ts

7

package.json
{
"name": "electron-redux",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Redux & Electron: Make sure all your stores are on the same page",

@@ -37,3 +37,4 @@ "repository": "https://github.com/klarna/electron-redux.git",

"dependencies": {
"flux-standard-action": "^2.0.0"
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1"
},

@@ -55,2 +56,4 @@ "peerDependencies": {

"@types/jest": "^26.0.14",
"@types/lodash.isplainobject": "^4.0.6",
"@types/lodash.isstring": "^4.0.6",
"@types/node": "^14.11.1",

@@ -57,0 +60,0 @@ "@typescript-eslint/eslint-plugin": "^4.4.0",

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

import { FluxStandardAction } from 'flux-standard-action';
import { FluxStandardAction } from './isFSA';
declare type ActionMeta = {

@@ -9,3 +9,3 @@ scope?: 'local' | string;

*/
export declare const stopForwarding: (action: FluxStandardAction<string, unknown, ActionMeta>) => {
export declare const stopForwarding: (action: FluxStandardAction<ActionMeta>) => {
meta: {

@@ -16,3 +16,2 @@ scope: string;

payload?: unknown;
error?: boolean | undefined;
};

@@ -22,3 +21,3 @@ /**

*/
export declare const validateAction: (action: unknown) => action is FluxStandardAction<string, unknown, ActionMeta>;
export declare const validateAction: (action: any) => action is FluxStandardAction<ActionMeta>;
export {};

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

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