exaquark-js
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -9,3 +9,3 @@ 'use strict'; | ||
var _private = require('./../utils/private'); | ||
var _private = require('./utils/private'); | ||
@@ -12,0 +12,0 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } |
{ | ||
"name": "exaquark-js", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "JS wrapper for exaquark.com", | ||
@@ -71,6 +71,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"axios": "^0.17.1", | ||
"websocket": "^1.0.25", | ||
"xmlhttprequest": "^1.8.0" | ||
"websocket": "^1.0.25" | ||
} | ||
} |
@@ -1,14 +0,19 @@ | ||
# Why? [![Build Status](https://travis-ci.org/Travelport-Ukraine/npm-module-boilerplate.svg?branch=master)](https://travis-ci.org/Travelport-Ukraine/npm-module-boilerplate) | ||
:page_with_curl: Boilerplate for npm/node module. Write with ES6 - have compatibility with all node versions. | ||
# exaQuark JS | ||
This boilerplate is for people who want write code using all ES6 features ( and stage-2 ) but also want/need backwards compatibility with old node versions. | ||
JS library for connecting to exaquark.com | ||
# Features | ||
* Build with [Babel](https://babeljs.io). (ES6 -> ES5) | ||
* Test with [mocha](https://mochajs.org). | ||
* Cover with [istanbul](https://github.com/gotwarlost/istanbul). | ||
* Check with [eslint](eslint.org). | ||
* Deploy with [Travis](travis-ci.org). | ||
### Getting started | ||
# Commands | ||
```javascript | ||
npm install --save exaquark-js | ||
``` | ||
## Internals | ||
#### Commands | ||
- `npm run clean` - Remove `lib/` directory | ||
@@ -25,5 +30,4 @@ - `npm test` - Run tests. Tests can be written with ES6 (WOW!) | ||
TODOS: | ||
- [ ] add API key - the connection should be a POST request? |
@@ -1,2 +0,2 @@ | ||
import { log } from './../utils/private' | ||
import { log } from './utils/private' | ||
const WebSocket = require('websocket').client | ||
@@ -3,0 +3,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
6
556
33
21227
- Removedaxios@^0.17.1
- Removedxmlhttprequest@^1.8.0
- Removedaxios@0.17.1(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedxmlhttprequest@1.8.0(transitive)