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.3c9a816b to 2.0.0-canary.4c26aed66

dist/cjs/index.d.ts

16

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

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

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

@@ -44,3 +42,3 @@ "scripts": {

"dependencies": {
"@tldraw/utils": "2.0.0-canary.3c9a816b"
"@tldraw/utils": "2.0.0-canary.4c26aed66"
},

@@ -56,4 +54,8 @@ "jest": {

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