New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6ec35e09e to 2.0.0-canary.76df4a88

dist-cjs/index.d.ts

24

CHANGELOG.md
# @tldraw/tlvalidate
## 2.0.0-alpha.10
### Patch Changes
- fix some package build scripting
- Updated dependencies
- @tldraw/utils@2.0.0-alpha.10
## 2.0.0-alpha.9
### Patch Changes
- 4b4399b6e: redeploy with yarn to prevent package version issues
- Updated dependencies [4b4399b6e]
- @tldraw/utils@2.0.0-alpha.9
## 2.0.0-alpha.8
### Patch Changes
- Release day!
- Updated dependencies
- @tldraw/utils@2.0.0-alpha.8
## 2.0.0-alpha.7

@@ -4,0 +28,0 @@

23

package.json
{
"name": "@tldraw/tlvalidate",
"description": "A tiny little drawing app (validation).",
"version": "2.0.0-canary.6ec35e09e",
"version": "2.0.0-canary.76df4a88",
"author": {

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

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

@@ -36,3 +37,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",

@@ -43,3 +47,3 @@ "postpack": "../../scripts/postpack.sh",

"dependencies": {
"@tldraw/utils": "2.0.0-canary.6ec35e09e"
"@tldraw/utils": "2.0.0-canary.76df4a88"
},

@@ -55,11 +59,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"
},
"./*.css": "./*.css"
"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