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

rt0s_js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rt0s_js - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

13

index.js

@@ -84,2 +84,15 @@ var mqtt = require('mqtt')

req_sync(target, msg, options = {}) {
return new Promise((ok, err) => {
this.req(target, msg, options, (error, ret) => {
if (error)
err(error)
else if (ret.error)
err(ret.error)
else
ok(ret)
})
})
}
end() {

@@ -86,0 +99,0 @@ this._client.end();

8

package.json
{
"name": "rt0s_js",
"version": "1.1.14",
"version": "1.1.15",
"description": "rt0s js client library",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/arisi/rt0s_js.git"
},
"scripts": {

@@ -12,3 +16,3 @@ "test": "echo \"Error: no test specified\" && exit 1"

},
"author": "Ari Siitonen@rt0s.com",
"author": "jalopuuverstas@gmail.com",
"license": "ISC",

@@ -15,0 +19,0 @@ "dependencies": {

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