New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@actionsflow/trigger-twitter

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actionsflow/trigger-twitter - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

6

CHANGELOG.md

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

## [0.1.12](https://github.com/actionsflow/actionsflow/compare/@actionsflow/trigger-twitter@0.1.11...@actionsflow/trigger-twitter@0.1.12) (2020-09-09)
### Features
- interface ([2eb48c7](https://github.com/actionsflow/actionsflow/commit/2eb48c7ab1e8ca32e3414de83df5092a6cdf970f))
## [0.1.11](https://github.com/actionsflow/actionsflow/compare/@actionsflow/trigger-twitter@0.1.10...@actionsflow/trigger-twitter@0.1.11) (2020-09-09)

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

4

dist/src/index.d.ts

@@ -1,4 +0,4 @@

import { ITriggerClassType, ITriggerContructorParams, ITriggerResult, IHelpers, AnyObject } from "actionsflow-interface";
import { ITriggerClassType, ITriggerContructorParams, ITriggerResult, IHelpers, AnyObject, ITriggerOptions } from "actionsflow-interface";
export default class Example implements ITriggerClassType {
options: AnyObject;
options: ITriggerOptions;
helpers: IHelpers;

@@ -5,0 +5,0 @@ shouldDeduplicate: boolean;

{
"name": "@actionsflow/trigger-twitter",
"version": "0.1.11",
"version": "0.1.12",
"description": "Actionsflow trigger twitter",

@@ -32,9 +32,9 @@ "keywords": [

"@types/twit": "^2.2.27",
"actionsflow-interface": "^0.1.11",
"actionsflow-interface": "^0.1.12",
"twit": "^2.2.11"
},
"devDependencies": {
"actionsflow-core": "^0.1.12"
"actionsflow-core": "^0.1.13"
},
"gitHead": "7493e36f74e85f8d8d639ec35261096ba7f80f24"
"gitHead": "e49d450f06d81a78fbb4a157771601a10bcbd85c"
}

Sorry, the diff of this file is not supported yet

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