@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.4f3f7105 to 2.0.0-canary.51872e08
{ | ||
"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" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
14777
5
21
1
+ Added@tldraw/utils@2.0.0-canary.51872e08(transitive)
- Removed@tldraw/utils@2.0.0-canary.4f3f7105(transitive)