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

lwmqn-util

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lwmqn-util - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

0

index.js

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

8

package.json
{
"name": "lwmqn-util",
"version": "0.5.0",
"version": "0.5.1",
"description": "Utility for LWMQN mqtt-shepherd server and mqtt-node client libraries",
"main": "index.js",
"scripts": {
"test": "make test-all"
"test": "mocha -u bdd --reporter spec"
},

@@ -29,5 +29,5 @@ "repository": {

"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}

@@ -9,17 +9,17 @@ # lwmqn-util

<br />
## Documentation
## Documentation
Please visit the [Wiki](https://github.com/lwmqn/lwmqn-util/wiki).
## Overview
## Overview
**lwmqn-util** is a utility for Lightweight Mqtt Machine Network Server([mqtt-shepherd](https://github.com/lwmqn/mqtt-shepherd)) and Client([mqtt-node](https://github.com/lwmqn/mqtt-node)) modules. This utility provides some common methods of getting identifiers in string or in number, getting command ids, getting response codes, and tackling the path of resource alloaction.
## Installation
## Installation
> $ npm install lwmqn-util --save
## License
## License
Licensed under [MIT](https://github.com/lwmqn/lwmqn-util/blob/master/LICENSE).

@@ -0,0 +0,0 @@ var expect = require('chai').expect,

@@ -0,0 +0,0 @@ var expect = require('chai').expect,

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