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

vca-api-js

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vca-api-js

A JavaScript wrapper around the VCA web APIs

latest
npmnpm
Version
0.2.1
Version published
Maintainers
2
Created
Source

vca-api.js NPM version NPM downloads NPM license bower version bower license

A JavaScript wrapper around the VCA web APIs.

Usage

npm

$ npm install --save-dev vca-api-js

Depending on your version of EMCAScript support, either import the classes from the lib folder or require the minified library.

import {Api} from 'vca-api-js`;

Browser

$ bower install --save vca-api-js

Use your favourite loader to pull in the module. See the demo.html for an example. The demo can be ran locally using gulp demo.

License

MIT © VCA Technology

Keywords

vca

FAQs

Package last updated on 12 Dec 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