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

@aria-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/core - npm Package Compare versions

Comparing version 0.0.0 to 0.0.2

dist/base-element.d.ts

32

package.json
{
"name": "@aria-ui/core",
"version": "0.0.0",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "^1.0.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"access": "public",
"scripts": {
"build": "bun build index.ts"
}
}
"name": "@aria-ui/core",
"version": "0.0.2",
"module": "index.ts",
"private": false,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"@preact/signals-core": "^1.5.1"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}
{
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
/* Linting */
"skipLibCheck": true,
"strict": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
}
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "temp"
},
"references": [
{
"path": "./tsconfig.build.json"
}
],
"include": [
"./*.js",
"./*.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