🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

laxar-patterns

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
87
64.15%
Maintainers
4
Weekly downloads
 
Created
Source

LaxarJS Patterns Build Status

Utilities to implement standard event patterns in LaxarJS widgets

LaxarJS defines the semantics of core event patterns. For application-level events, LaxarJS Patterns provides an additional vocabulary, grouped into a handful of pattern families. Also, a helper library is provided, to simplify dealing with event subscriptions.

Have a look at the docs for more information, but make sure that you are familiar with LaxarJS first.

Installation

Install laxar-patterns into your LaxarJS project using npm:

npm install --save-dev laxar-patterns

For efficient usage of the available pattern libraries in your widgets, you should consult the API docs as well.

Building from Source

Instead of using a pre-compiled library within a project, you can also clone this repository:

git clone https://github.com/LaxarJS/laxar-patterns.git
cd laxar-patterns
npm install

To see changes in your application, either configure your project to work with the sources (e.g. by using webpack), or rebuild the webpack bundles by running npm run dist.

To run the automated karma tests:

npm test

To generate HTML spec runners for opening in your web browser, so that you can e.g. use the browser's developer tools:

npm start

Now you can select a spec-runner by browsing to http://localhost:8080/dist/lib/spec/laxar-patterns.spec.html

FAQs

Package last updated on 28 Nov 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