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

@tldraw/utils

Package Overview
Dependencies
Maintainers
4
Versions
2086
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/utils - npm Package Compare versions

Comparing version 3.6.0 to 3.7.0-canary.0d410e3f96b2

dist-cjs/lib/ExecutionQueue.js

4

dist-cjs/index.d.ts

@@ -84,2 +84,4 @@ import { default as throttle } from 'lodash.throttle';

/* Excluded from this release type: ExecutionQueue */
/* Excluded from this release type: exhaustiveSwitchError */

@@ -487,2 +489,4 @@

/* Excluded from this release type: retry */
/**

@@ -489,0 +493,0 @@ * Seeded random number generator, using [xorshift](https://en.wikipedia.org/wiki/Xorshift). The

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

DEFAULT_SUPPORT_VIDEO_TYPES: () => import_media.DEFAULT_SUPPORT_VIDEO_TYPES,
ExecutionQueue: () => import_ExecutionQueue.ExecutionQueue,
FileHelpers: () => import_file.FileHelpers,

@@ -104,2 +105,3 @@ Image: () => import_network.Image,

restoreUniqueId: () => import_id.restoreUniqueId,
retry: () => import_retry.retry,
rng: () => import_number.rng,

@@ -127,2 +129,3 @@ rotateArray: () => import_array.rotateArray,

var import_lodash2 = __toESM(require("lodash.uniq"));
var import_ExecutionQueue = require("./lib/ExecutionQueue");
var import_PerformanceTracker = require("./lib/PerformanceTracker");

@@ -147,2 +150,3 @@ var import_array = require("./lib/array");

var import_reordering = require("./lib/reordering");
var import_retry = require("./lib/retry");
var import_sort = require("./lib/sort");

@@ -159,5 +163,5 @@ var import_storage = require("./lib/storage");

"@tldraw/utils",
"3.6.0",
"3.7.0-canary.0d410e3f96b2",
"cjs"
);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@tldraw/utils",
"description": "A tiny little drawing app (private utilities).",
"version": "3.6.0",
"version": "3.7.0-canary.0d410e3f96b2",
"author": {

@@ -6,0 +6,0 @@ "name": "tldraw Inc.",

@@ -5,2 +5,3 @@ import { registerTldrawLibraryVersion } from './lib/version'

export { default as uniq } from 'lodash.uniq'
export { ExecutionQueue } from './lib/ExecutionQueue'
export { PerformanceTracker } from './lib/PerformanceTracker'

@@ -71,2 +72,3 @@ export {

} from './lib/reordering'
export { retry } from './lib/retry'
export { sortById } from './lib/sort'

@@ -73,0 +75,0 @@ export {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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