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

steveo

Package Overview
Dependencies
Maintainers
2
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 4.0.1 to 4.0.2

2

lib/index.d.ts

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

constructor(configuration: Configuration, logger?: Logger, hooks?: Hooks);
task<T = any, R = any>(name: string, callback: Callback<T, R>, sqsAttributes?: Attribute[], attributes?: TaskOpts): ITask<T>;
task<T = any, R = any, C = any>(name: string, callback: Callback<T, R, C>, sqsAttributes?: Attribute[], attributes?: TaskOpts): ITask<T>;
publish<T = any>(name: string, payload: T, key?: string): Promise<void>;

@@ -21,0 +21,0 @@ getTopicName(name: string): string;

{
"name": "steveo",
"version": "4.0.1",
"version": "4.0.2",
"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