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

ractive

Package Overview
Dependencies
Maintainers
1
Versions
643
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ractive

Next-generation DOM manipulation

  • 0.5.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7K
increased by20.65%
Maintainers
1
Weekly downloads
 
Created
Source

Getting Ractive.js

The easiest way to download the latest released version of Ractive is to grab it from http://cdn.ractivejs.org/latest/{filename}.js, where {filename} is one of

  • ractive.js
  • ractive.min.js - minified version
  • ractive-legacy.js - IE8 compatible
  • ractive-legacy.min.js
  • ractive.runtime.js - excludes Ractive.parse() - assumes templates are parsed on the server or during build
  • ractive.runtime.min.js
  • ractive-legacy.runtime.js
  • ractive-legacy.runtime.min.js

If you'd like to get the most recent version, substitute 'edge' for 'latest' in the URL, e.g. http://cdn.ractivejs.org/edge/ractive.js. These builds have passed the tests but may include experimental features, so should not be used in production.

For specific stable releases, replace 'latest' with e.g. 'release/0.4.0'.

Installing with bower

If you use bower for frontend package management, you can do

$ bower install ractive

To download the edge version, use the edge tag:

$ bower install ractive#edge

(If you want to redownload it, you may need to clean bower's cache with bower cache clean ractive.)

Installing with npm

$ npm install ractive

Starting with 0.4.0, releases live on the build branch. It's therefore possible to npm install the most recent builds straight from GitHub:

$ npm install git://github.com/ractivejs/ractive.git#v0.4.1-pre

(The v0.4.1-pre tag - which will change after each stable release - is equivalent to the edge tag, but npm requires valid semver tags.)

Keywords

FAQs

Package last updated on 18 Sep 2014

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