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

static-engine-content

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-engine-content

Plugin for static-engine. Provided a glob it searches for files and adds an object to the collection for each file found.

latest
Source
npmnpm
Version
7.4.0
Version published
Maintainers
1
Created
Source

static-engine-content

Dependency Status devDependency Status js-standard-style

This is a plugin for static-engine. It takes a string that's passed to glob. It adds an object to the array for every file found. Each of those objects has two properties, file which is the file found, and content that is the content of that file.


var engine = require('static-engine');
var content = require('static-engine-content');
var pluginA = require('plugin-a');

engine([
    pluginA,
    content('./content/*')
]);

Keywords

static-engine

FAQs

Package last updated on 18 Apr 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