@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.774deef5 to 2.0.0-canary.891b32e46
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "2.0.0-canary.774deef5", | ||
"version": "2.0.0-canary.891b32e46", | ||
"author": { | ||
@@ -28,6 +28,4 @@ "name": "tldraw GB Ltd.", | ||
"main": "dist/cjs/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/**/*", | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
@@ -52,4 +50,10 @@ "scripts": { | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
80783
0
43
52
1065