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

stepper-hook

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stepper-hook - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

18

package.json
{
"name": "stepper-hook",
"version": "0.2.4",
"version": "0.3.0",
"description": "React hook for creating custom stepper components",

@@ -23,2 +23,10 @@ "author": {

},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build-docs": "tsc -b && vite build -c vite.config.docs.ts",
"lint": "eslint .",
"preview": "vite preview",
"prepublish": "pnpm build"
},
"dependencies": {

@@ -42,11 +50,3 @@ "react": "^18.3.1",

"vite-plugin-dts": "^4.0.3"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build-docs": "tsc -b && vite build -c vite.config.docs.ts",
"lint": "eslint .",
"preview": "vite preview",
"prepublish": "pnpm build"
}
}
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