New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tldraw/tlschema

Package Overview
Dependencies
Maintainers
4
Versions
2250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/tlschema - npm Package Compare versions

Comparing version 2.0.0-canary.4f3f7105 to 2.0.0-canary.500eba62

dist-cjs/index.js

16

package.json
{
"name": "@tldraw/tlschema",
"description": "A tiny little drawing app (schema).",
"version": "2.0.0-canary.4f3f7105",
"version": "2.0.0-canary.500eba62",
"author": {

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

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

@@ -59,15 +59,15 @@ "dist/**/*"

"dependencies": {
"@tldraw/tlstore": "2.0.0-canary.4f3f7105",
"@tldraw/tlvalidate": "2.0.0-canary.4f3f7105",
"@tldraw/utils": "2.0.0-canary.4f3f7105",
"@tldraw/tlstore": "2.0.0-canary.500eba62",
"@tldraw/tlvalidate": "2.0.0-canary.500eba62",
"@tldraw/utils": "2.0.0-canary.500eba62",
"nanoid": "^3.0.0"
},
"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