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

orbweaver-message

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orbweaver-message

Orbweaver module for displaying UI messages

  • 1.0.0-beta.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
2
Weekly downloads
 
Created
Source

packaged orbweaver-message

This repository is for npm and bower distribution. The source for this module is in the Orbweaver sourcecode repository. Please file issues and pull requests against that repository.

Install

You can install this package either with npm or with bower.

npm

npm install orbweaver-message

Then add orbMessage as a dependency for your app:

angular.module('myApp', [require('orbweaver-message')]);

bower

bower install orbweaver-message

Add a <script> to your index.html:

<script src="/bower_components/orbweaver-message/orbweaver-message.js"></script>

Then add orbMessage as a dependency for your app:

angular.module('myApp', ['orbMessage']);

License

Orbweaver is copyright of Arana Software, released under the BSD License.

Keywords

FAQs

Package last updated on 30 Jul 2017

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