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

thingies

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thingies - npm Package Compare versions

Comparing version 1.13.1 to 1.14.0

es2020/fanout.d.ts

1

es2020/index.d.ts

@@ -7,2 +7,3 @@ export * from './base64';

export * from './Defer';
export * from './fanout';
export * from './go';

@@ -9,0 +10,0 @@ export * from './hash';

@@ -10,2 +10,3 @@ "use strict";

tslib_1.__exportStar(require("./Defer"), exports);
tslib_1.__exportStar(require("./fanout"), exports);
tslib_1.__exportStar(require("./go"), exports);

@@ -12,0 +13,0 @@ tslib_1.__exportStar(require("./hash"), exports);

@@ -7,2 +7,3 @@ export * from './base64';

export * from './Defer';
export * from './fanout';
export * from './go';

@@ -9,0 +10,0 @@ export * from './hash';

@@ -10,2 +10,3 @@ "use strict";

tslib_1.__exportStar(require("./Defer"), exports);
tslib_1.__exportStar(require("./fanout"), exports);
tslib_1.__exportStar(require("./go"), exports);

@@ -12,0 +13,0 @@ tslib_1.__exportStar(require("./hash"), exports);

@@ -7,2 +7,3 @@ export * from './base64';

export * from './Defer';
export * from './fanout';
export * from './go';

@@ -9,0 +10,0 @@ export * from './hash';

@@ -10,2 +10,3 @@ "use strict";

tslib_1.__exportStar(require("./Defer"), exports);
tslib_1.__exportStar(require("./fanout"), exports);
tslib_1.__exportStar(require("./go"), exports);

@@ -12,0 +13,0 @@ tslib_1.__exportStar(require("./hash"), exports);

2

package.json
{
"name": "thingies",
"version": "1.13.1",
"version": "1.14.0",
"description": "",

@@ -5,0 +5,0 @@ "author": {

@@ -101,5 +101,10 @@ # thingies

---
- `FanOut` — a class which allows to fan out a single event to multiple
listeners. Useful for implementing event emitters. In just 12 lines of code.
## License
[MIT © Vadim Dalecky](LICENSE).
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