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

@diana-ui/hooks

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/hooks - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

25

package.json
{
"name": "@diana-ui/hooks",
"version": "0.1.4",
"version": "0.1.5",
"main": "lib/index.js",

@@ -16,3 +16,4 @@ "module": "module/index.js",

"clean:files": "rimraf lib module",
"prepare": "yarn clean:files && yarn build"
"prepare": "yarn clean:files && yarn build",
"watch": "npm-watch"
},

@@ -23,4 +24,4 @@ "peerDependencies": {

"dependencies": {
"@diana-ui/base": "^0.1.1",
"@diana-ui/types": "^0.1.1"
"@diana-ui/base": "^0.1.2",
"@diana-ui/types": "^0.1.2"
},

@@ -30,3 +31,17 @@ "publishConfig": {

},
"gitHead": "7ef8c57f0220085ac2a07f7f97dfcfb7f665460f"
"watch": {
"prepare": {
"runOnChangeOnly": true,
"extensions": "ts,tsx",
"ignore": [
"lib",
"node_modules",
"module"
],
"patterns": [
"."
]
}
},
"gitHead": "c2e77673c7a20c671eec1ae889503bf5e382f458"
}
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