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.1.1 to 0.1.2

6

CHANGELOG.md

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

## [0.1.2](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.1...actionsflow-interface@0.1.2) (2020-09-06)
### Features
- no context to trigger ([98b0945](https://github.com/actionsflow/actionsflow/commit/98b09454152ecab2e3efbfe579e8394365700801))
## [0.1.1](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.11...actionsflow-interface@0.1.1) (2020-09-06)

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

2

dist/src/index.d.ts

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

helpers: IHelpers;
context: ITriggerContext;
workflow: IWorkflow;

@@ -92,3 +91,2 @@ }

relativePath: string;
filename: string;
data: AnyObject;

@@ -95,0 +93,0 @@ rawTriggers: ITrigger[];

{
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

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

"author": "Owen Young",
"gitHead": "289e5514dbc26bd1a0db3b2fcac117616d14817b",
"gitHead": "7d11117a138500b046ed23f106a236775e5c9849",
"dependencies": {

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

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

helpers: IHelpers;
context: ITriggerContext;
workflow: IWorkflow;

@@ -104,3 +103,2 @@ }

relativePath: string;
filename: string;
data: AnyObject;

@@ -107,0 +105,0 @@ rawTriggers: ITrigger[];

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