@fusion.io/utils
Advanced tools
Comparing version 3.0.1-alpha.38 to 3.0.1-alpha.40
export * from "./Monad"; | ||
export * from "./Manager"; | ||
export * from "./Serializer"; | ||
export * from "./loose"; |
@@ -9,2 +9,3 @@ "use strict"; | ||
__export(require("./Serializer")); | ||
__export(require("./loose")); | ||
//# sourceMappingURL=index.js.map |
@@ -31,7 +31,7 @@ export declare class ManagerError extends Error { | ||
*/ | ||
private supports; | ||
protected supports: Map<string, Driver<Adapter>>; | ||
/** | ||
* List of the installed adapters | ||
*/ | ||
private adapters; | ||
protected adapters: Map<string, Adapter>; | ||
/** | ||
@@ -38,0 +38,0 @@ * The default configuration of the manager |
{ | ||
"name": "@fusion.io/utils", | ||
"version": "3.0.1-alpha.38", | ||
"version": "3.0.1-alpha.40", | ||
"description": "Utilities for the Geeks, by the Geeks.", | ||
@@ -32,3 +32,3 @@ "author": "rikky <son.levuthai@gmail.com>", | ||
}, | ||
"gitHead": "8e43dba56ee3a3319f139e734c88038396519a6e" | ||
"gitHead": "88d54a45c5767bb53956d4a58f1d93d913846302" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
16272
17
434
1