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
2099
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.c79bcd27 to 2.0.0-canary.d2f34a76

dist-cjs/index.js

10

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

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

],
"main": "dist/cjs/index.js",
"main": "dist-cjs/index.js",
"files": [

@@ -50,10 +50,10 @@ "dist/**/*"

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