Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exaquark-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exaquark-js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

lib/utils/private.js

2

lib/exaQuark.js

@@ -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 @@

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