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

@tldraw/polyfills

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/polyfills - npm Package Compare versions

Comparing version 2.0.0-canary.a4ac7d19 to 2.0.0-canary.c4b98172

# @tldraw/polyfills
## 2.0.0-alpha.10
### Patch Changes
- fix some package build scripting
## 2.0.0-alpha.9
### Patch Changes
- 4b4399b6e: redeploy with yarn to prevent package version issues
## 2.0.0-alpha.8
### Patch Changes
- Release day!
## 2.0.0-alpha.7

@@ -4,0 +22,0 @@

{
"name": "@tldraw/polyfills",
"description": "Polyfills for tldraw.",
"version": "2.0.0-canary.a4ac7d19",
"version": "2.0.0-canary.c4b98172",
"author": {

@@ -28,6 +28,4 @@ "name": "tldraw GB Ltd.",

"main": "dist/cjs/index.js",
"types": "index.d.ts",
"files": [
"dist/**/*",
"index.d.ts"
"dist/**/*"
],

@@ -44,4 +42,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"
}
}
}