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.7.0-canary.f30a144383a1 to 3.7.0-canary.f573a67d7d32

dist-cjs/lib/ExecutionQueue.js

2

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 */

@@ -86,0 +88,0 @@

4

dist-cjs/index.js

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

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

@@ -127,2 +128,3 @@ Image: () => import_network.Image,

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

@@ -159,5 +161,5 @@ var import_array = require("./lib/array");

"@tldraw/utils",
"3.7.0-canary.f30a144383a1",
"3.7.0-canary.f573a67d7d32",
"cjs"
);
//# sourceMappingURL=index.js.map
{
"name": "@tldraw/utils",
"description": "A tiny little drawing app (private utilities).",
"version": "3.7.0-canary.f30a144383a1",
"version": "3.7.0-canary.f573a67d7d32",
"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'

@@ -7,0 +8,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