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

meteor-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-client

Meteor client libraries

latest
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

meteor-client

This project encapsulate the original Meteor client libraries so they can be used with browserify without the Meteor server side. The main pourpose is to be able to use Blaze templates with Tracker reactive data binding from any web application.

The followed packages are included:

Also it include the following custom packages:

Dependencies

This project requires jQuery and underscore or lodash.

Installation

With npm:

$ npm install meteor-client

Usage in Node

var Meteor = require('meteor-client')($,_);

Documentation

Please refer to Meteor documentation for the detailed information about each package.

See also

We have also made available a jQuery plugin to make it easier to use dynamic blaze templates.

Author

Sergio Garcia Murillo @eface2face

License

MIT

FAQs

Package last updated on 29 Mar 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