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

actionsflow-interface

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actionsflow-interface - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.0.11](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.10...actionsflow-interface@0.0.11) (2020-09-06)
### Bug Fixes
- tests ([6c5499d](https://github.com/actionsflow/actionsflow/commit/6c5499d4b56efd98672462b67216b27da3c0484d))
## [0.0.10](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.9...actionsflow-interface@0.0.10) (2020-09-05)

@@ -8,0 +14,0 @@

1

dist/src/index.d.ts

@@ -29,2 +29,3 @@ /// <reference types="node" />

context: ITriggerContext;
workflow: IWorkflow;
}

@@ -31,0 +32,0 @@ export interface ITriggerResult {

4

package.json
{
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",

@@ -22,3 +22,3 @@ "main": "dist/src/index.js",

"author": "Owen Young",
"gitHead": "8830c9ddaca6c81a4205b567b04f2d009a1e681c",
"gitHead": "f63bc530736a7f27ea74d24b7ccef764f6876e36",
"dependencies": {

@@ -25,0 +25,0 @@ "loglevel": "^1.7.0"

@@ -38,2 +38,3 @@ import { URLSearchParams, URL } from "url";

context: ITriggerContext;
workflow: IWorkflow;
}

@@ -40,0 +41,0 @@

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