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.6 to 0.0.8

10

CHANGELOG.md

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

## [0.0.8](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.7...actionsflow-interface@0.0.8) (2020-08-31)
### Features
- no ip option ([d0075ee](https://github.com/actionsflow/actionsflow/commit/d0075ee4d63c58b5e6b522384915143cdb4f0853))
## [0.0.7](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.6...actionsflow-interface@0.0.7) (2020-08-31)
**Note:** Version bump only for package actionsflow-interface
## [0.0.6](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.5...actionsflow-interface@0.0.6) (2020-08-29)

@@ -8,0 +18,0 @@

3

dist/src/index.d.ts

@@ -28,3 +28,2 @@ export declare type AnyObject = Record<string, unknown>;

export interface ITriggerClassType {
name: string;
every?: number;

@@ -39,3 +38,2 @@ shouldDeduplicate?: boolean;

export interface ITrigger {
id?: string;
name: string;

@@ -46,3 +44,2 @@ options: AnyObject;

export interface ITriggerResult {
id: string;
items: AnyObject[];

@@ -49,0 +46,0 @@ helpers?: IHelpers;

{
"version": "0.0.6",
"version": "0.0.8",
"license": "MIT",

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

"author": "Owen Young",
"gitHead": "2561942233cf9d4a47c2458c645b5127ce28accb"
"gitHead": "664296f1056c8fdf4e442bacc3b1451942f2586a"
}

@@ -31,3 +31,2 @@ export type AnyObject = Record<string, unknown>;

export interface ITriggerClassType {
name: string;
every?: number;

@@ -42,3 +41,2 @@ shouldDeduplicate?: boolean;

export interface ITrigger {
id?: string;
name: string;

@@ -49,3 +47,2 @@ options: AnyObject;

export interface ITriggerResult {
id: string;
items: AnyObject[];

@@ -52,0 +49,0 @@ helpers?: IHelpers;

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