New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

message-queue-pebble

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

message-queue-pebble

Pebble library for handling sending messages from JS to the watch.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

JS Message Queue Build Status devDependency Status

PebbleKit JS library for sending messages to your Pebble.

Advantages

Automatically retries sending messages when they fail, and ensures that messages are sent in order (i.e. wait for first message to be acknowledged before sending the second message.

Usage

  • Include js-message-queue.min.js in your Pebble JS file, either by copying and pasting it into the top of pebble-js-app.js, or by adding it to your JS build script.
  • Replace all instances of Pebble.sendAppMessage() with MessageQueue.sendAppMessage().
  • Profit!

FAQs

Package last updated on 17 Sep 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