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.11.0 to 1.11.1

3

dist/isAsyncFunction.d.ts

@@ -0,1 +1,2 @@

export declare type AsyncFunction = (...args: any[]) => Promise<any>;
/**

@@ -8,2 +9,2 @@ * Determine whether the given `input` is an async function.

*/
export declare function isAsyncFunction(input: any): input is Promise<any>;
export declare function isAsyncFunction(input: any): input is AsyncFunction;
{
"name": "@supercharge/goodies",
"description": "Utility functions for Node.js and JavaScript",
"version": "1.11.0",
"version": "1.11.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