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

@timberio/tools

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timberio/tools - npm Package Compare versions

Comparing version 0.13.0 to 0.14.1

dist/cjs/batch.d.ts

3

dist/cjs/index.d.ts
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

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