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

@colidy/hooks

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colidy/hooks - npm Package Compare versions

Comparing version 0.0.1-dev to 0.0.2

dist/index.d.ts

15

package.json
{
"name": "@colidy/hooks",
"version": "0.0.1-dev",
"version": "0.0.2",
"description": "This library provides a collection of custom React hooks to simplify various tasks, including form management, state management, and other utilities. Each hook is designed to be reusable and easy to integrate into your React projects.",
"main": "dist",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
"build": "tsc",
"copy:readme": "@powershell copy './README.md' './dist'",
"copy:pckg": "@powershell copy './package.json' './dist'",
"copy:license": "@powershell copy './LICENSE' './dist'",
"prepublishOnly": "npm run build && npm version patch && npm run copy:readme && npm run copy:pckg && npm run copy:license"
},

@@ -19,6 +23,3 @@ "dependencies": {

"typescript": "^4.9.5"
},
"files": [
"dist"
]
}
}
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