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

rookout

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rookout - npm Package Compare versions

Comparing version 0.139.0 to 0.140.0

4

com_ws/information.js

@@ -190,4 +190,4 @@ "use strict";

return {
"version": "0.139.0",
"commit": "0a17078bddb72cd5e3173b4fe760bff1ae77a1d5"
"version": "0.140.0",
"commit": "6da23faa40e76680ffd04aec46965c78b02028dd"
};

@@ -194,0 +194,0 @@ }

@@ -20,4 +20,4 @@ "use strict";

this.VersionConfiguration = {
VERSION: "0.139.0",
COMMIT: "0a17078bddb72cd5e3173b4fe760bff1ae77a1d5"
VERSION: "0.140.0",
COMMIT: "6da23faa40e76680ffd04aec46965c78b02028dd"
};

@@ -24,0 +24,0 @@ this.ControllerAddress = {

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

const hardcodedSupportedVersions = ["8.0.0-8.9.0", "8.9.2-12.22.12", "14.0.0-14.21.3", "16.0.0-16.20.2", "18.0.0-18.20.0", "20.0.0-20.12.0"];
const hardcodedSupportedVersions = ["8.0.0-8.9.0", "8.9.2-12.22.12", "14.0.0-14.21.3", "16.0.0-16.20.2", "18.0.0-18.20.1", "20.0.0-20.12.1"];

@@ -78,3 +78,3 @@ function parseVersion(versionString) {

_logger.logger.debug(`Node version is not verified for this sdk version. SDK Version: ${"0.139.0"}, node version: ${nodeVersionString}`);
_logger.logger.debug(`Node version is not verified for this sdk version. SDK Version: ${"0.140.0"}, node version: ${nodeVersionString}`);

@@ -137,3 +137,3 @@ _logger.logger.debug(`Used the following versions to compare against: ${nodeVersions}`);

const parsedVersions = JSON.parse(rawVersions);
const sdkVersion = parseVersion("0.139.0");
const sdkVersion = parseVersion("0.140.0");

@@ -140,0 +140,0 @@ _logger.logger.debug(`updateVersionSupport: sdkVersion = ${sdkVersion}`);

{
"name": "rookout",
"commit": "0a17078bddb72cd5e3173b4fe760bff1ae77a1d5",
"version": "0.139.0",
"commit": "6da23faa40e76680ffd04aec46965c78b02028dd",
"version": "0.140.0",
"description": "Rook is a package for on the fly debugging and data extraction for applications in production",

@@ -6,0 +6,0 @@ "main": "index.js",

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