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

@supercharge/goodies

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supercharge/goodies - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

dist/index.d.ts

@@ -20,2 +20,3 @@ /**

export declare function tap<T>(value: T, callback?: (value: T) => Promise<any>): Promise<T>;
export declare function tap<T>(value: T, callback?: (value: T) => any): T;
/**

@@ -39,2 +40,3 @@ * Calls the given `callback` function with the given `value` and returns

export declare function upon<T, R>(value: T, callback?: (value: T) => Promise<R>): Promise<R>;
export declare function upon<T, R>(value: T, callback?: (value: T) => R): R;
/**

@@ -41,0 +43,0 @@ * Determine whether the given `input` is a function.

2

package.json
{
"name": "@supercharge/goodies",
"description": "Async utility functions for Node.js and JavaScript",
"version": "1.6.0",
"version": "1.6.1",
"author": "Marcus Pöhls <marcus@superchargejs.com>",

@@ -6,0 +6,0 @@ "bugs": {

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