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

wialon

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wialon - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

11

package.json
{
"name": "wialon",
"version": "0.0.3",
"version": "0.0.4",
"description": "NodeJS wrapper for Wialon Remote API",
"main": "index.js",
"scripts": {
"lint": "jshint lib",
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "jshint lib test",
"test": "mocha",
"coverage": "istanbul cover _mocha -- --reporter spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- --reporter spec && cat ./coverage/lcov.info | coveralls"
},

@@ -23,5 +25,8 @@ "author": "Uditha Atukorala <udi@geniusse.com>",

"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"jshint": "^2.6.3",
"mocha": "^2.2.4",
"request-debug": "^0.1.1"
}
}

@@ -5,2 +5,6 @@ node-wialon

[![npm version](https://badge.fury.io/js/wialon.svg)](http://badge.fury.io/js/wialon)
[![Build Status](https://travis-ci.org/nukedzn/node-wialon.svg?branch=master)](https://travis-ci.org/nukedzn/node-wialon)
[![Coverage Status](https://coveralls.io/repos/nukedzn/node-wialon/badge.svg)](https://coveralls.io/r/nukedzn/node-wialon)
[![Dependency Status](https://david-dm.org/nukedzn/node-wialon.svg)](https://david-dm.org/nukedzn/node-wialon)
[![devDependency Status](https://david-dm.org/nukedzn/node-wialon/dev-status.svg)](https://david-dm.org/nukedzn/node-wialon#info=devDependencies)

@@ -7,0 +11,0 @@ A NodeJS wrapper implementation for [Wialon Remote API](http://sdk.wialon.com/wiki/en/kit/remoteapi/remoteapi)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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