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.30 to 0.5.31

5

flux-standard-action/index.d.ts
// Type definitions for flux-standard-action 0.5.0
// Project: https://github.com/acdlite/flux-standard-action
// Definitions by: Qubo <https://github.com/tkqubo>
// Simon Fridlund <https://github.com/zimme>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -19,3 +20,3 @@

export interface AnyMeta {
meta: any
meta?: any;
}

@@ -25,3 +26,3 @@

export interface TypedMeta<T> {
meta: T
meta?: T;
}

@@ -28,0 +29,0 @@

13

flux-standard-action/package.json
{
"name": "@types/flux-standard-action",
"version": "0.5.30",
"version": "0.5.31",
"description": "TypeScript definitions for flux-standard-action",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Qubo",
"url": "https://github.com/tkqubo"
"url": "https://github.com/tkqubo",
"githubUsername": "tkqubo"
},
{
"name": "Simon Fridlund",
"url": "https://github.com/zimme",
"githubUsername": "zimme"
}

@@ -20,5 +26,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "e05a66042179d4037e6bd97d2abad4e7b73cc8993cbab3ab9d943bf2940687f8",
"typesPublisherContentHash": "1cf289756df0632e259a7c80a52c9b02f4ceb1317b823fba789447d0e2a0c78b",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 30 Jun 2017 21:28:45 GMT
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Qubo <https://github.com/tkqubo>.
These definitions were written by Qubo <https://github.com/tkqubo>, Simon Fridlund <https://github.com/zimme>.
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