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

filevault

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filevault

Apache Jackrabbit FileVault/Adobe CQ VLT node integration

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
40
-49.37%
Maintainers
1
Weekly downloads
 
Created
Source

FileVault

FileVault is Apache Jackrabbit FileVault/Adobe CQ VLT node integration.

Installation

Download and install vlt command line tool from one of the following link and set it on path.

  • Adobe Experience Manager
  • JackRabbit FileFault

You also need to install FileVault globally:

$ npm install -g filevault

Usage

const FileVault = require('filevault');
const devServer = new FileVault({
    verbose: true,
    username: 'admin',
    password: 'admin'
});

devServer
    .import({
        uri: 'http://localhost:4502/crx',
        jcrPath: '.',
        localPath: '/'
    })
    .then((code)=>{
    
    })
    .catch((error)=>{
    });

Keywords

VLT

FAQs

Package last updated on 14 Feb 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