Socket
Socket
Sign inDemoInstall

rc-util

Package Overview
Dependencies
8
Maintainers
9
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.27.2 to 5.28.0

es/hooks/useMobile.d.ts

13

package.json
{
"name": "rc-util",
"version": "5.27.2",
"version": "5.28.0",
"description": "Common Utils For React Component",

@@ -23,6 +23,7 @@ "keywords": [

"scripts": {
"build": "dumi build",
"compile": "father build",
"coverage": "npm test -- --coverage",
"build": "dumi build",
"lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
"prepare": "husky install",
"prepublishOnly": "npm run compile && np --yolo --no-publish",

@@ -32,2 +33,8 @@ "start": "dumi dev",

},
"lint-staged": {
"**/*.{js,jsx,tsx,ts,md,json}": [
"prettier --write",
"git add"
]
},
"dependencies": {

@@ -52,2 +59,4 @@ "@babel/runtime": "^7.18.3",

"glob": "^7.1.6",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"np": "^6.2.3",

@@ -54,0 +63,0 @@ "rc-test": "^7.0.14",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc