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

signia-react

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

signia-react - npm Package Compare versions

Comparing version 0.1.5-canary.a28570e to 0.1.5

107

package.json
{
"name": "signia-react",
"private": false,
"description": "Tiny little react bindings for signia.",
"version": "0.1.5-canary.a28570e",
"author": "tldraw GB Ltd.",
"license": "MIT",
"homepage": "https://tldraw.dev",
"repository": {
"type": "git",
"url": "https://github.com/tldraw/signia"
},
"bugs": {
"url": "https://github.com/tldraw/signia/issues"
},
"main": "dist/cjs/index.cjs",
"dependencies": {
"signia": "0.1.5-canary.a28570e"
},
"devDependencies": {
"@types/react": "^18.0.24"
},
"jest": {
"preset": "../../jest-preset.js"
},
"peerDependencies": {
"react": "^18"
},
"typedoc": {
"readmeFile": "none",
"entryPoint": "./src/index.ts",
"displayName": "signia-react",
"tsconfig": "./tsconfig.json"
},
"module": "dist/esm/index.mjs",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"typecheck": "tsc --build",
"build-docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts --excludePrivate --excludeInternal --readme none --githubPages false --entryDocument index.md",
"build": "tsx ../../scripts/build-package.ts"
}
"name": "signia-react",
"private": false,
"description": "Tiny little react bindings for signia.",
"version": "0.1.5",
"author": "tldraw GB Ltd.",
"license": "MIT",
"homepage": "https://tldraw.dev",
"repository": {
"type": "git",
"url": "https://github.com/tldraw/signia"
},
"bugs": {
"url": "https://github.com/tldraw/signia/issues"
},
"main": "dist/cjs/index.cjs",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"typecheck": "tsc --build",
"prepack": "tsx ../../scripts/prepack.ts",
"postpack": "../../scripts/postpack.sh",
"build-docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts --excludePrivate --excludeInternal --readme none --githubPages false --entryDocument index.md",
"build": "tsx ../../scripts/build-package.ts"
},
"dependencies": {
"signia": "0.1.5"
},
"devDependencies": {
"@types/react": "^18.0.24"
},
"jest": {
"preset": "../../jest-preset.js"
},
"peerDependencies": {
"react": "^18"
},
"typedoc": {
"readmeFile": "none",
"entryPoint": "./src/index.ts",
"displayName": "signia-react",
"tsconfig": "./tsconfig.json"
},
"gitHead": "1d57d3e4d084325149f51fcb15c3eaca5ef8f357",
"module": "dist/esm/index.mjs",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"files": [
"dist",
"src"
]
}
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