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

rc-hooks

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-hooks - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

12

package.json
{
"name": "rc-hooks",
"version": "2.3.1",
"version": "2.3.2",
"description": "React Hooks Library.",

@@ -13,4 +13,4 @@ "main": "lib/index.js",

"build": "npm run build:es && npm run build:cjs && npm run build:umd",
"build:es": "rm -rf es && tsc -m ES2015 -t ES5 --outDir es -d",
"build:cjs": "rm -rf lib && tsc -m commonjs -t ES5 --outDir lib -d",
"build:es": "rm -rf es && tsc -p tsconfig.build.json -m ES2015 -t ES5 --outDir es -d",
"build:cjs": "rm -rf lib && tsc -p tsconfig.build.json -m commonjs -t ES5 --outDir lib -d",
"build:umd": "rm -rf dist && rollup -c",

@@ -20,3 +20,2 @@ "doc": "dumi build",

"prettier": "prettier --write **/*",
"lint-staged": "lint-staged",
"precommit": "lint-staged",

@@ -28,3 +27,4 @@ "lint": "eslint src --ext ts,tsx",

"prepare": "husky install",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm test && npm run build",
"tsc": "tsc --noEmit"
},

@@ -106,3 +106,3 @@ "lint-staged": {

"typescript": "^5.0.4",
"util-helpers": "^4.16.2"
"util-helpers": "^4.17.3"
},

@@ -109,0 +109,0 @@ "peerDependencies": {

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