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

@iotize/device-com-ble.cordova

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iotize/device-com-ble.cordova

Enable device communication through bluetooth low energy for IoTize device and cordova apps

  • 0.0.1-alpha.1
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by50%
Maintainers
3
Weekly downloads
 
Created
Source

title: IoTize Device Communication Bluetooth Low Energy with Cordova description: Communication with IoTize Tap device with BLE

This plugin defines a global device object, which describes the device's hardware and software. Although the object is in the global scope, it is not available until after the deviceready event.

document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
    console.log(device.cordova);
}

Report issues with this plugin on the Apache Cordova issue tracker

Installation

cordova plugin add @iotize/device-com-ble.cordova

Quick Example

// TODO 

Supported Platforms

  • Android
  • OSX

Keywords

FAQs

Package last updated on 29 May 2018

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