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

@os-design/use-long-press

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/use-long-press - npm Package Compare versions

Comparing version

to
1.0.26

10

package.json
{
"name": "@os-design/use-long-press",
"version": "1.0.25",
"version": "1.0.26",
"license": "UNLICENSED",

@@ -26,3 +26,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git",

"build": "yarn clean && npm-run-all 'build:*'",
"ncu": "ncu -u"
"ncu": "ncu -u '/^(?!(react|@types/react)$).*$/'"
},

@@ -33,8 +33,8 @@ "publishConfig": {

"dependencies": {
"@os-design/use-prevent-default-event": "^1.0.25"
"@os-design/use-prevent-default-event": "^1.0.26"
},
"peerDependencies": {
"react": ">=18"
"react": "18"
},
"gitHead": "ed7b645f040dc652da07a9bd23a5983b0416f126"
"gitHead": "4d19733d7b0e81efcf2904c1820abc718155e920"
}