Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tldraw/tlvalidate

Package Overview
Dependencies
Maintainers
4
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/tlvalidate - npm Package Compare versions

Comparing version 2.0.0-canary.4f3f7105 to 2.0.0-canary.51872e08

dist-cjs/index.js

12

package.json
{
"name": "@tldraw/tlvalidate",
"description": "A tiny little drawing app (validation).",
"version": "2.0.0-canary.4f3f7105",
"version": "2.0.0-canary.51872e08",
"author": {

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

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

@@ -42,3 +42,3 @@ "dist/**/*"

"dependencies": {
"@tldraw/utils": "2.0.0-canary.4f3f7105"
"@tldraw/utils": "2.0.0-canary.51872e08"
},

@@ -54,10 +54,10 @@ "jest": {

},
"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