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

node-ray

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ray - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

9

CHANGELOG.md

@@ -7,2 +7,11 @@ # Changelog

## 1.6.2 - 2021-02-10
- change the way client availability status resets to avoid process hanging
- fix ConsoleInterceptor implementation
- change `ConsoleInterceptor.intercept()` and `.reset()` to `.enable()` and `.disable()`
## 1.6.1 - 2021-02-10

@@ -9,0 +18,0 @@

7

dist/index.d.ts

@@ -41,2 +41,3 @@ // Generated by dts-bundle-generator v5.6.0

isRayAvailable(): boolean;
protected attemptAvailableReset(): void;
protected updateRayAvailabilty(): Promise<void>;

@@ -125,7 +126,5 @@ protected getUrlForPath(path: string): string;

static active: boolean;
static consoleLog: any;
intercept(): void;
reset(): void;
enable(): void;
disable(): void;
active(): boolean;
protected wrapper(...args: any[]): void;
}

@@ -132,0 +131,0 @@ export declare type BoolFunction = () => boolean;

{
"name": "node-ray",
"version": "1.6.1",
"version": "1.6.2",
"description": "Debug NodeJS with Ray to fix problems faster",

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

@@ -219,3 +219,3 @@ <p align="center">

| `ray().image(url)` | Display an image in Ray |
| `ray().interceptor() | Access ConsoleInterceptor; call `.intercept()` to show `console.log()` calls in Ray |
| `ray().interceptor()` | Access ConsoleInterceptor; call `.enable()` to show `console.log()` calls in Ray |
| `ray().json([…])` | Send JSON to Ray |

@@ -222,0 +222,0 @@ | `ray().measure(callable)` | Measure the performance of a callback function |

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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