🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@splitscript.js/core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splitscript.js/core - npm Package Compare versions

Comparing version

to
2.3.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2.3.2
Build
# 2.3.1

@@ -2,0 +6,0 @@

declare function root(dir?: string): string;
type HandleFunction = (data: object, error: unknown) => unknown;
declare function handleError(handleFunction: HandleFunction): void;
/**
* Catch all errors from listener functions
*/
declare function handleError(
/** function to run when a listener errors */ handleFunction: HandleFunction): void;
export { EventEmitter } from './events/index.js';
export { root, handleError };
export type { HandleFunction };

2

package.json
{
"name": "@splitscript.js/core",
"version": "2.3.1",
"version": "2.3.2",
"description": "Core SplitScript.js library",

@@ -5,0 +5,0 @@ "types": "./dist/types/index.d.ts",

@@ -73,4 +73,4 @@ <a href="#">

<sub><code>v2.3.1</code> | by [ultraviolet](https://github.com/ultravioletasdf)</sub>
<sub><code>v2.3.2</code> | by [ultraviolet](https://github.com/ultravioletasdf)</sub>
</div>