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

nfc-phones-list

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfc-phones-list

A list of NFC phones and tablets

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NFC Phones List

A list of NFC phones and tablets.

Demo

See Demo here.

Installation

The nfc-phones-list package can be installed through npm:

npm install nfc-phones-list --save

Or through Bower:

bower install nfc-phones-list --save

Alternatively, the following files are available in the dist directory:

  • nfcList.json JSON formated and indented nfc phones and tablets list.
  • nfcList.min.json JSON minified nfc phones and tablets list.

Data

The data directory contains lists of phones and tablets in JSON files.

Each file contains an array of devices for a manufacturer. A device is defined by:

  • manufacturer - Device manufacturer
  • model - Device name
  • OS - Device operating systems
  • serials - Device serial(s)
  • category - Device category [phone, tablet, smartwear]
  • release - Device release date (timestamp)

Example

    {
        "manufacturer": "Samsung",
        "model": "Galaxy S4",
        "OS": ["Android"],
        "serials": ["SPH-L720ZWRBST", "SCH-I545ZBAVZW]"],
        "category": "phone",
        "release": 1366927200000
    },

License

MIT

Keywords

FAQs

Package last updated on 04 Aug 2015

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