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

@spark-ui/button

Package Overview
Dependencies
Maintainers
7
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/button - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.2.0

dist/Button.d.ts

13

package.json
{
"name": "@spark-ui/button",
"version": "1.0.0-beta.0",
"description": "Spark Design System Button",
"version": "1.2.0",
"description": "Button component is used to trigger an action or event, such as submitting a form, opening a Dialog, canceling an action, or performing a delete operation.",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",

@@ -10,3 +13,7 @@ "module": "./dist/index.mjs",

"build": "vite build"
}
},
"dependencies": {
"class-variance-authority": "0.4.0"
},
"gitHead": "d78bcd4a3eeff74b426fc624a085b7ba35095a08"
}
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*",
"../../../global.d.ts"
]
}
"include": ["src/**/*", "../../../global.d.ts"]
}
import path from 'path'
import { getComponentConfiguration } from '../../../config/index'
const {name} = require(path.resolve(__dirname, 'package.json'))
const { name } = require(path.resolve(__dirname, 'package.json'))
export default getComponentConfiguration(name)
export default getComponentConfiguration(name)
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