Comparing version 1.13.1 to 1.14.0
@@ -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); |
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
82296
141
2496
110
0