Socket
Socket
Sign inDemoInstall

@types/flux-standard-action

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.29 to 0.5.30

flux-standard-action/LICENSE

10

flux-standard-action/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for flux-standard-action 0.5.0

export interface ErrorAction extends Action<Error> {
error: boolean;
error: true;
}

@@ -18,3 +18,3 @@

// Usage: var action: Action<sring> & AnyMeta;
/** Usage: `var action: Action<string> & AnyMeta;` */
export interface AnyMeta {

@@ -24,3 +24,3 @@ meta: any

// Usage: var action: Action<sring> & TypedMeta<string>;
/** Usage: `var action: Action<string> & TypedMeta<string>;` */
export interface TypedMeta<T> {

@@ -30,4 +30,4 @@ meta: T

export declare function isFSA(action: any): boolean;
export declare function isFSA(action: any): action is Action<any>;
export declare function isError(action: any): boolean;
export declare function isError(action: any): action is ErrorAction;
{
"name": "@types/flux-standard-action",
"version": "0.5.29",
"description": "TypeScript definitions for flux-standard-action 0.5.0",
"version": "0.5.30",
"description": "TypeScript definitions for flux-standard-action",
"license": "MIT",
"author": "Qubo <https://github.com/tkqubo>",
"contributors": [
{
"name": "Qubo",
"url": "https://github.com/tkqubo"
}
],
"main": "",

@@ -14,4 +19,5 @@ "repository": {

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "ca6af6bf84993c0585779f2fbcc84168eece2e20f8b39584094bd827c4ef5279"
"peerDependencies": {},
"typesPublisherContentHash": "e05a66042179d4037e6bd97d2abad4e7b73cc8993cbab3ab9d943bf2940687f8",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for flux-standard-action 0.5.0 (https://github.com/acdlite/flux-standard-action).
This package contains type definitions for flux-standard-action (https://github.com/acdlite/flux-standard-action).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/flux-standard-action
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flux-standard-action
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 30 Jun 2017 21:28:45 GMT
* Dependencies: none
* Global values: none

@@ -17,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc