🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

fh-millicore-client

Package Overview
Dependencies
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-millicore-client

fh-millicore-client =================== Standalone js client for interacting with

latest
npmnpm
Version
0.8.0
Version published
Maintainers
8
Created
Source

fh-millicore-client

Standalone js client for interacting with

##Usage

var millicore = require('fh-millicore-client')({ "url": "https://localhost", "serviceKey": "1a", "apiKey": "2b", "scheme": "http://" }); // example millicore app props read. Req is express request obj millicore.appprops.read(req, guid, function(err, appProps){

});

Tests

###Unit

npm test

###Acceptance

export FH_COOKIE="get this from the studio";
export NODE_TLS_REJECT_UNAUTHORIZED=0; 
./node_modules/.bin/mocha -A -u exports --recursive -t 10000 ./test/accept;

FAQs

Package last updated on 24 Sep 2018

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