Socket
Socket
Sign inDemoInstall

fast-rock

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-rock

--- Faster User-Agent to TAL device identification. Based on [bbc/melanite](https://www.npmjs.com/package/melanite)


Version published
Maintainers
1
Created
Source

fast-rock


Faster User-Agent to TAL device identification.
Based on bbc/melanite

For example usage see example.js

this package uses neon for rust

API

See: https://joeyt.co.uk/fast/api/

Matcher:

{
  brand: String, // the brand of the device
  model: String, // the model name of the device
  invariants: [String], // substrings that will always be present
  disallowed: [String], // substrings that can never be present
  fuzzy: String // an example user agent that will be fuzzily matched, assuming that the invariants and disalloweds are met
}

Device:

{
  brand: String, // the brand of the device
  model: String, // the model name of the device
}

FAQs

Package last updated on 10 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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