Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

steveo

Package Overview
Dependencies
Maintainers
5
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steveo - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

6

lib/common.d.ts
import { HTTPOptions } from 'aws-sdk';
/**
* FIXME: We should remove the default T = any and require for task
* creation to avoid payload?
* FIXME: for callbacks that don't take an argument, need to specify
* T = void to make the parameter optional
*/
export declare type Callback<T = any, R = Promise<any>> = (payload?: T) => R;
export declare type Callback<T = any, R = Promise<any>> = (payload: T) => R;
export declare type getPayload = (msg: any, topic: string) => {

@@ -8,0 +8,0 @@ timestamp: number;

{
"name": "steveo",
"version": "2.2.2",
"version": "2.2.3",
"description": "A Task Pub/Sub Background processing library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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