@timberio/tools
Advanced tools
Comparing version 0.13.0 to 0.14.1
import { IQueue } from "./types"; | ||
import Queue from "./queue"; | ||
import { base64Encode } from "./encode"; | ||
import makeBatch from "./batch"; | ||
import makeThrottle from "./throttle"; | ||
export { IQueue, Queue, base64Encode, makeThrottle }; | ||
export { IQueue, Queue, base64Encode, makeBatch, makeThrottle }; |
@@ -10,4 +10,6 @@ "use strict"; | ||
exports.base64Encode = encode_1.base64Encode; | ||
const batch_1 = __importDefault(require("./batch")); | ||
exports.makeBatch = batch_1.default; | ||
const throttle_1 = __importDefault(require("./throttle")); | ||
exports.makeThrottle = throttle_1.default; | ||
//# sourceMappingURL=index.js.map |
import { IQueue } from "./types"; | ||
import Queue from "./queue"; | ||
import { base64Encode } from "./encode"; | ||
import makeBatch from "./batch"; | ||
import makeThrottle from "./throttle"; | ||
export { IQueue, Queue, base64Encode, makeThrottle }; | ||
export { IQueue, Queue, base64Encode, makeBatch, makeThrottle }; |
import Queue from "./queue"; | ||
import { base64Encode } from "./encode"; | ||
import makeBatch from "./batch"; | ||
import makeThrottle from "./throttle"; | ||
@@ -8,3 +9,3 @@ export { | ||
// Functions | ||
base64Encode, makeThrottle }; | ||
base64Encode, makeBatch, makeThrottle }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@timberio/tools", | ||
"version": "0.13.0", | ||
"version": "0.14.1", | ||
"description": "Javascript logging tools", | ||
@@ -24,2 +24,3 @@ "main": "dist/cjs/index.js", | ||
"devDependencies": { | ||
"@types/fetch-mock": "^6.0.4", | ||
"@types/jest": "^23.3.10", | ||
@@ -34,6 +35,6 @@ "@types/node": "^10.12.10", | ||
}, | ||
"gitHead": "9643811061b3c12daf7b094931bee1994c850b0b", | ||
"gitHead": "a358ed0c3567f31d00dc96258b73bc9062d59c17", | ||
"dependencies": { | ||
"js": "^0.1.0" | ||
"@timberio/types": "^0.14.1" | ||
} | ||
} |
import { IQueue } from "./types"; | ||
import Queue from "./queue"; | ||
import { base64Encode } from "./encode"; | ||
import makeBatch from "./batch"; | ||
import makeThrottle from "./throttle"; | ||
@@ -13,3 +14,4 @@ | ||
base64Encode, | ||
makeBatch, | ||
makeThrottle | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
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
99646
82
1889
9
4
+ Added@timberio/types@^0.14.1
+ Added@timberio/types@0.14.1(transitive)
- Removedjs@^0.1.0