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

twilio-ip-messaging

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

twilio-ip-messaging

A library for Twilio IP messaging

  • 0.10.0
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ipmessaging-js-lib

Twilio IP Messaging helper library

Building

  1. You will need Node build this repository
  2. To build, you have two options:
  3. build with make: run make - this will build the product using SDK-provided Makefile For the final product check the build folder
  4. run npm install once and then build with Gulp: ./node_modules/gulp/bin/gulp.js As build result in the root directory will be produced in bin directory: twilio-ip-messaging.js

Releasing

Releasing how-to is available in RELEASE.md in this repository.

Unit & Integration Tests

Tests are using Mocha framework, Karma runner framework and PhantomJS2 headless server. To run tests just do gulp test. Karma test debugging and test server are supported. Currently the default browser for debugging is Chrome. To run test server do gulp testserver.

Documentation

Documentation is generated using JSDoc. This is automatically done during the build.

Linting

Linting is provided by ESLint. The build will fail if there is a lint issue to prevent dumb mistakes.

Private Methods & Variables

"Private" methods & variables are prefixed with an underscore to indicate that they should not be used.

Importing Gulp's Version

Copy /bin/twilio-ipmessaging-js/twilio-ip-messaging.js to your webpage directory and include it as so:

<script type="text/javascript" src="/twilio-ip-messaging.js"></script>

FAQs

Package last updated on 07 Apr 2016

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