Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 0.8.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
8
Weekly downloads
 
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

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