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

async-source

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-source - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/index.d.ts
export declare type ResponseData<T> = T | null;
export declare type ServiceMethod<T = any> = (...args: Array<any>) => Promise<T>;
export declare type ErrorHandler = (error?: Error) => void;
export declare type ErrorHandler = (error: Error) => void;
declare class AsyncSource<T> {

@@ -5,0 +5,0 @@ readonly onError: ErrorHandler;

{
"name": "async-source",
"version": "1.1.0",
"version": "1.1.1",
"description": "async requests wrapper",

@@ -40,4 +40,4 @@ "main": "dist/index.min.js",

"devDependencies": {
"uglify-js": "^3.13.3"
"uglify-js": "^3.14.3"
}
}
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