New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tldraw/utils

Package Overview
Dependencies
Maintainers
4
Versions
2227
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 2.0.0-canary.dd436e7df to 2.0.0-canary.e312ea047

6

dist-cjs/index.d.ts

@@ -50,3 +50,3 @@ /* Excluded from this release type: annotateError */

declare type ErrorAnnotations = {
tags: Record<string, number | string | boolean | bigint | symbol | null | undefined>;
tags: Record<string, bigint | boolean | null | number | string | symbol | undefined>;
extras: Record<string, unknown>;

@@ -83,3 +83,3 @@ };

*/
export declare function getFirstFromIterable<T = unknown>(set: Set<T> | Map<any, T>): T;
export declare function getFirstFromIterable<T = unknown>(set: Map<any, T> | Set<T>): T;

@@ -184,3 +184,3 @@ /**

/** @public */
export declare type Result<T, E> = OkResult<T> | ErrorResult<E>;
export declare type Result<T, E> = ErrorResult<E> | OkResult<T>;

@@ -187,0 +187,0 @@ /** @public */

{
"name": "@tldraw/utils",
"description": "A tiny little drawing app (private utilities).",
"version": "2.0.0-canary.dd436e7df",
"version": "2.0.0-canary.e312ea047",
"author": {

@@ -6,0 +6,0 @@ "name": "tldraw GB Ltd.",

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