Socket
Socket
Sign inDemoInstall

custom-device-detect

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-device-detect - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

src/device-detect.d.ts

11

package.json
{
"name": "custom-device-detect",
"version": "1.0.3",
"version": "1.0.4",
"description": "custom-device-detect is a user agent parser. custom-device-detect will pars your custom user agent and detect your device.",
"main": "device-detect.js",
"main": "src/device-detect.js",
"types": "src/device-detect.d.ts",
"scripts": {
"test": "mocha"
"test": "mocha",
"build": "tsc"
},

@@ -32,4 +34,5 @@ "repository": {

"devDependencies": {
"mocha": "^9.2.2"
"mocha": "^9.2.2",
"typescript": "^4.6.3"
}
}
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