New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hc-conversionservice

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hc-conversionservice

Follow these steps to run:

  • 1.0.15
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

hc-conversionservice

Follow these steps to run:

  1. run npm install hc-conversionservice
  2. In your application specify:
    const cs = require('hc-conversionservice');
    cs.start();
  1. Install mongodb or use mongodb atlas
  2. Create folder called "hc-conversionservice" in your root directory
  3. Add a folder called config in hc-conversionservice
  4. Create a file called config.json in hc-conversionservice/config with the following content:
{
    "converterlicense":"",
    "mongodbURI": "mongodb://localhost:27017/fileinfo",
    "port" : "3001",
    "runQueue" : true,
    "runServer" : true,
    "useS3":false,
    "s3bucket":"mybucket"  
}
  1. Specify mongodb connection string (default should be ok for local mongodb install)
  2. Specify desired ports
  3. If using S3 for permanent storage set useS3 to true and specify awscredentials in "hc-conversionservice/config/awscredentials.json"
  4. Specify HC license key
  5. Create "hc-conversionservice/converter" directory and copy content from HC package at "\authoring\converter\bin\win64"

FAQs

Package last updated on 13 Oct 2021

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