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.2 to 0.1.3

7

CHANGELOG.md

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

## [0.1.3](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.2...actionsflow-interface@0.1.3) (2020-09-06)
### Features
- add package core ([d7bcb37](https://github.com/actionsflow/actionsflow/commit/d7bcb37b72bfd78aee59d3b90b29e0031c0772b8))
- update package props ([243ff50](https://github.com/actionsflow/actionsflow/commit/243ff5065f5f7b69cea034c9c8c5a0194593286b))
## [0.1.2](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.1...actionsflow-interface@0.1.2) (2020-09-06)

@@ -8,0 +15,0 @@

1

dist/src/index.d.ts

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

data: AnyObject;
rawTriggers: ITrigger[];
}

@@ -94,0 +93,0 @@ export declare type TriggerEventType = "manual" | "schedule" | "webhook";

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

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

"author": "Owen Young",
"gitHead": "7d11117a138500b046ed23f106a236775e5c9849",
"homepage": "https://github.com/actionsflow/actionsflow/tree/master/packages/actionsflow-interface",
"repository": {
"type": "git",
"url": "git+https://github.com/actionsflow/actionsflow.git"
},
"bugs": {
"url": "https://github.com/actionsflow/actionsflow/issues"
},
"gitHead": "515206f88013c9fbeecc4c398c8ae4cc9e14ec47",
"dependencies": {

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

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

}
export interface ITrigger {

@@ -104,3 +105,2 @@ name: string;

data: AnyObject;
rawTriggers: ITrigger[];
}

@@ -107,0 +107,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