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

@bunt/async

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/async - npm Package Compare versions

Comparing version 0.24.56 to 0.24.57

1

dist/AsyncSingleCall.d.ts

@@ -7,2 +7,3 @@ import { Defer } from "./Defer";

call(): Defer<void>;
wait(): Defer<void> | null;
}

@@ -22,4 +22,7 @@ "use strict";

}
wait() {
return this.#defer;
}
}
exports.AsyncSingleCall = AsyncSingleCall;
//# sourceMappingURL=AsyncSingleCall.js.map

4

package.json
{
"name": "@bunt/async",
"version": "0.24.56",
"version": "0.24.57",
"keywords": [

@@ -33,3 +33,3 @@ "typescript",

"license": "MIT",
"gitHead": "8a43490fbda3c10be9557aae9b17386f0c17bff1"
"gitHead": "9f46e8f274ce956fa8cc91f27e93534a0ea6f953"
}

Sorry, the diff of this file is not supported yet

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