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

@betit/orion-node-sdk

Package Overview
Dependencies
Maintainers
36
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betit/orion-node-sdk - npm Package Compare versions

Comparing version 1.0.0-beta.17 to 1.0.0-beta.18

5

lib/service/index.js

@@ -154,3 +154,6 @@ "use strict";

.setId(req.getId())
.setParams(req.params)
.setParams({
params: req.params,
meta: req.meta
})
.send();

@@ -157,0 +160,0 @@ }

1

lib/transport/nats.d.ts

@@ -7,2 +7,3 @@ /**

private _client;
private _heartbeat;
private _closeHandler;

@@ -9,0 +10,0 @@ /**

@@ -32,3 +32,3 @@ "use strict";

let timeout = null;
setInterval(() => {
this._heartbeat = setInterval(() => {
timeout = setTimeout(() => {

@@ -159,2 +159,5 @@ timeout = null;

this._client.close();
if (this._heartbeat) {
clearInterval(this._heartbeat);
}
}

@@ -161,0 +164,0 @@ /**

{
"name": "@betit/orion-node-sdk",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "SDK for orion",

@@ -5,0 +5,0 @@ "license": "MIT",

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