Socket
Socket
Sign inDemoInstall

mfilesapi

Package Overview
Dependencies
17
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mfilesapi

Node.js bindings for M-Files API


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

MFilesAPI for Node.js

MFilesAPI COM wrapper for Node.js

Installation

npm install mfilesapi

Uses on M-Files API. Only compatible with Windows

Usage

require( 'mfilesapi' ).load( function( err, mfilesapi ) {

    var app = new mfilesapi.MFilesServerApplication();
    app.Connect();
    
    var vault = app.GetVaults()[ 0 ];
} );

Caveats

  • TypeLib loading is asynchronous.
  • Collection indexes are zero-based. Use get_Item() for the raw one-based getter.

Future plans

  • Replace the async registry lookup with synchronous code. This would allow normal require().

Keywords

FAQs

Last updated on 06 Sep 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc