🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dynamic-content

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic-content

dynamic content functionality for roots

0.3.0
latest
Source
npm
Version published
Weekly downloads
37
19.35%
Maintainers
2
Weekly downloads
 
Created
Source

Roots Dynamic Content

npm tests coverage dependencies

Dynamic content functionality for roots

Note: This project is in early development, and versioning is a little different. Read this for more details.

Installation

  • make sure you are in your roots project directory

  • npm i dynamic-content -S

  • modify your app.coffee file to include the extension, as such

    dynamic_content = require 'dynamic-content'
    
    module.exports =
      extensions: [dynamic_content()]
    
      # everything else...
    

Usage

Please see the documentation for an overview of the functionality.

License & Contributing

Keywords

roots-extension

FAQs

Package last updated on 25 Jun 2015

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