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

react-mkx-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mkx-toolkit - npm Package Compare versions

Comparing version 1.9.2 to 1.9.3

22

package.json
{
"name": "react-mkx-toolkit",
"version": "1.9.2",
"version": "1.9.3",
"description": "React Custom Hooks provide an efficient means to encapsulate and share logic among components within React applications. This package includes useful React custom hooks.",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"author": "Mani Kant Sharma",

@@ -17,12 +25,14 @@ "license": "MIT",

"location",
"keyboard",
"random"
],
"dependencies": {
"react": "^18.2.0",
"peerDependencies": {
"react": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"typescript": "^5.4.2"
},
"devDependencies": {
"@types/react": "^18.2.66"
"scripts": {
"build": "tsc"
}
}
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