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

@rehookify/datepicker

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rehookify/datepicker - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

11

package.json
{
"name": "@rehookify/datepicker",
"version": "0.0.2",
"version": "0.0.3",
"description": "React hook for ui-independent datepicker logic",

@@ -12,2 +12,3 @@ "main": "dist/index.cjs.js",

"source": "src/index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -28,6 +29,7 @@ "files": [

"build": "rollup -c ./rollup/rollup.config.js",
"build:types": "tsc --noEmit",
"build:watch": "rollup -c ./rollup/rollup.config.js -w",
"lint:fix": "eslint src/ --fix",
"prebuild": "npm run clean",
"prepare": "husky install"
"prepare": "husky install",
"prepublishOnly": "npm run clean && npm run build"
},

@@ -95,3 +97,6 @@ "repository": {

"access": "public"
},
"engines": {
"node": ">=16"
}
}
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