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
2150
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.4c26aed66 to 2.0.0-canary.641b09b9

18

CHANGELOG.md
# @tldraw/utils
## 2.0.0-alpha.10
### Patch Changes
- fix some package build scripting
## 2.0.0-alpha.9
### Patch Changes
- 4b4399b6e: redeploy with yarn to prevent package version issues
## 2.0.0-alpha.8
### Patch Changes
- Release day!
## 2.0.0-alpha.7

@@ -4,0 +22,0 @@

2

dist/cjs/index.d.ts

@@ -1,2 +0,2 @@

/* Excluded from this release type: annotateError */
/* Excluded from this release type: _annotateError */

@@ -3,0 +3,0 @@ /* Excluded from this release type: assert */

@@ -21,3 +21,3 @@ "use strict";

__export(error_exports, {
annotateError: () => annotateError,
_annotateError: () => _annotateError,
getErrorAnnotations: () => getErrorAnnotations

@@ -27,3 +27,3 @@ });

const annotationsByError = /* @__PURE__ */ new WeakMap();
function annotateError(error, annotations) {
function _annotateError(error, annotations) {
if (typeof error !== "object" || error === null)

@@ -30,0 +30,0 @@ return;

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

@@ -52,5 +52,7 @@ "name": "tldraw GB Ltd.",

"exports": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
}
}
}

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