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.13 to 0.1.14

6

CHANGELOG.md

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

## [0.1.14](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.13...actionsflow-interface@0.1.14) (2020-09-16)
### Features
- support filter filter output ([be78598](https://github.com/actionsflow/actionsflow/commit/be785983194a4b7406dcc4e12726ff23e941ce5c))
## [0.1.13](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.12...actionsflow-interface@0.1.13) (2020-09-15)

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

6

dist/src/index.d.ts

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

skipFirst?: boolean;
maxItemsCount?: number;
force?: boolean;

@@ -45,2 +44,7 @@ logLevel?: LogLevelDesc;

continueOnError?: boolean;
filter?: AnyObject;
filterOutputs?: AnyObject;
skip?: number;
limit?: number;
sort?: AnyObject;
}

@@ -47,0 +51,0 @@ export interface ITriggerOptions extends AnyObject {

4

package.json
{
"version": "0.1.13",
"version": "0.1.14",
"license": "MIT",

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

},
"gitHead": "3e73be834dda58051f3a55c44bf06787cb4cd396",
"gitHead": "32a3443b00dda50183c031910c063395e137d242",
"dependencies": {

@@ -29,0 +29,0 @@ "axios": "^0.20.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