🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@wiredwp/robinpath

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiredwp/robinpath - npm Package Compare versions

Comparing version
0.20.4
to
0.20.5
+11
-1
dist/classes/RobinPathThread.d.ts
import { Value } from '../utils';
import { Environment, RobinPath } from '../index';
import { Environment, OnBlock, RobinPath } from '../index';
export declare class RobinPathThread {

@@ -66,2 +66,12 @@ private environment;

/**
* Get all event handlers as a flat array
* @returns Array of all OnBlock handlers
*/
getAllEventHandlers(): OnBlock[];
/**
* Get event handlers as serialized AST
* @returns Array of serialized event handler AST nodes
*/
getEventAST(): any[];
/**
* Get the AST with execution state for the current thread

@@ -68,0 +78,0 @@ * Returns a JSON-serializable object with:

+1
-1
{
"name": "@wiredwp/robinpath",
"description": "RobinPath - A lightweight, fast, and easy-to-use scripting language for automation and data processing.",
"version": "0.20.4",
"version": "0.20.5",
"author": "Ryan Lee <ryan@wiredwp.com>",

@@ -6,0 +6,0 @@ "type": "module",

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