Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tldraw/polyfills

Package Overview
Dependencies
Maintainers
4
Versions
461
Alerts
File Explorer

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-alpha.7 to 2.0.0-canary.97774cc01

.tsbuild/index.d.ts

66

package.json
{
"name": "@tldraw/polyfills",
"private": false,
"version": "2.0.0-alpha.7",
"main": "dist/cjs/index.js",
"files": [
"dist/**/*",
"index.d.ts"
],
"license": "MIT",
"author": "tldraw GB Ltd.",
"scripts": {
"lint": "tsx ../../scripts/lint.ts",
"typecheck": "tsc --build",
"prepack": "tsx ../../scripts/prepack.ts",
"postpack": "../../scripts/postpack.sh",
"build": "tsx ../../scripts/build-package.ts"
},
"dependencies": {
"core-js": "^3.27.2"
},
"module": "dist/esm/index.js",
"source": "src/index.ts",
"types": "index.d.ts"
"name": "@tldraw/polyfills",
"description": "Polyfills for tldraw.",
"version": "2.0.0-canary.97774cc01",
"author": {
"name": "tldraw GB Ltd.",
"email": "hello@tldraw.com"
},
"homepage": "https://tldraw.dev",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tldraw/tldraw"
},
"bugs": {
"url": "https://github.com/tldraw/tldraw/issues"
},
"keywords": [
"tldraw",
"drawing",
"app",
"development",
"whiteboard",
"canvas",
"infinite"
],
"main": "dist/cjs/index.js",
"types": "index.d.ts",
"files": [
"dist/**/*",
"index.d.ts"
],
"scripts": {
"typecheck": "yarn run -T tsc --build",
"build": "yarn run -T tsx ../../scripts/build-package.ts",
"prepack": "yarn run -T tsx ../../scripts/prepack.ts",
"postpack": "../../scripts/postpack.sh",
"lint": "yarn run -T tsx ../../scripts/lint.ts"
},
"dependencies": {
"core-js": "^3.27.2"
},
"module": "dist/esm/index.js",
"source": "src/index.ts"
}
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