New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-wio-link

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-wio-link - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CONTRIBUTING.md

10

.eslintrc.json

@@ -21,3 +21,3 @@ {

"indent": [
"error",
"warn",
2,

@@ -29,3 +29,3 @@ {

"quotes": [
"error",
"warn",
"single",

@@ -43,4 +43,8 @@ {

"no-unused-vars": "warn",
"no-var": "error"
"no-var": "error",
"linebreak-style": [
"warn",
"unix"
]
}
}

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "node-wio-link",
"version": "1.0.0",
"version": "1.0.1",
"description": "A node.js client library for using the Wio Link API.",

@@ -22,7 +22,7 @@ "main": "index.js",

"dependencies": {
"axios": "^0.18.0"
"axios": "^0.19.0"
},
"devDependencies": {
"eslint": "^5.10.0"
"eslint": "^6.0.1"
}
}
# node-wio-link
[![NPM Version](https://img.shields.io/npm/v/node-alexa-smapi.svg)](https://www.npmjs.com/package/node-alexa-smapi)
[![NPM Version](https://img.shields.io/npm/v/node-wio-link.svg)](https://www.npmjs.com/package/node-wio-link)

@@ -9,13 +9,15 @@ A node.js client library for using the Wio Link API.

* [Documentation](#documentation)
* [User Management](#user-management)
* [Node Management](#node-management)
* [Grove Driver](#grove-driver)
* [Boards/Platform](#boardsplatform)
* [Single Node](#single-node)
* [Coding on the fly](#coding-on-the-fly)
* [Custom API calls](#custom-api-calls)
* [Examples](#examples)
* [Using Promises](#using-promises)
* [Using Async/Await](#using-asyncawait)
* [node-wio-link](#node-wio-link)
* [Table Of Contents](#Table-Of-Contents)
* [Documentation](#Documentation)
* [User Management](#User-Management)
* [Node Management](#Node-Management)
* [Grove Driver](#Grove-Driver)
* [Boards/Platform](#BoardsPlatform)
* [Single Node](#Single-Node)
* [Coding on the fly](#Coding-on-the-fly)
* [Custom API calls](#Custom-API-calls)
* [Examples](#Examples)
* [Using Promises](#Using-Promises)
* [Using Async/Await](#Using-AsyncAwait)

@@ -143,3 +145,3 @@ ## Documentation

## Examples
### Using Promises (arrow functions)
### Using Promises
```javascript

@@ -146,0 +148,0 @@ // serverLocation can be 'us' or 'cn'

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