@tldraw/tlschema
Advanced tools
Comparing version 2.0.0-canary.4f3f7105 to 2.0.0-canary.500eba62
{ | ||
"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" | ||
} | ||
} | ||
} |
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 2 instances in 1 package
0
23806
6
93
1
+ Added@tldraw/tlstore@2.0.0-canary.500eba62(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.500eba62(transitive)
+ Added@tldraw/utils@2.0.0-canary.500eba62(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.4f3f7105(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.4f3f7105(transitive)
- Removed@tldraw/utils@2.0.0-canary.4f3f7105(transitive)