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
2151
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.97774cc01 to 2.0.0-canary.98719fe5

dist-cjs/index.d.ts

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 @@

25

package.json
{
"name": "@tldraw/utils",
"description": "A tiny little drawing app (private utilities).",
"version": "2.0.0-canary.97774cc01",
"version": "2.0.0-canary.98719fe5",
"author": {

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

],
"main": "dist/cjs/index.js",
"types": "index.d.ts",
"main": "dist-cjs/index.js",
"files": [
"dist/**/*",
"index.d.ts"
"dist-esm",
"dist-cjs",
"src"
],

@@ -38,3 +38,6 @@ "scripts": {

"typecheck": "yarn run -T tsc --build",
"build": "yarn run -T tsx ../../scripts/build-package.ts",
"build": "echo 'build should be run by turbo'",
"build:package": "yarn run -T tsx ../../scripts/build-package.ts",
"build:types": "yarn run -T tsx ../../scripts/build-types.ts",
"build:api": "yarn run -T tsx ../../scripts/build-api.ts",
"prepack": "yarn run -T tsx ../../scripts/prepack.ts",

@@ -53,4 +56,10 @@ "postpack": "../../scripts/postpack.sh",

},
"module": "dist/esm/index.js",
"source": "src/index.ts"
"module": "dist-esm/index.mjs",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist-esm/index.mjs",
"require": "./dist-cjs/index.js"
}
}
}
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