@nexscript/utils
Advanced tools
| /// <reference types="node" /> | ||
| import { PathLike } from 'fs'; | ||
| type Argument = bigint | boolean | string | Uint8Array; | ||
| declare type Argument = bigint | boolean | string | Uint8Array; | ||
| export interface AbiInput { | ||
@@ -5,0 +5,0 @@ name: string; |
+3
-3
@@ -265,5 +265,5 @@ export declare const Op: { | ||
| }; | ||
| export type Op = number; | ||
| export type OpOrData = Op | Uint8Array; | ||
| export type Script = OpOrData[]; | ||
| export declare type Op = number; | ||
| export declare type OpOrData = Op | Uint8Array; | ||
| export declare type Script = OpOrData[]; | ||
| export declare function scriptToAsm(script: Script): string; | ||
@@ -270,0 +270,0 @@ export declare function asmToScript(asm: string): Script; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| export type Type = PrimitiveType | ArrayType | TupleType | BytesType; | ||
| export declare type Type = PrimitiveType | ArrayType | TupleType | BytesType; | ||
| export declare class ArrayType { | ||
@@ -3,0 +3,0 @@ elementType: Type; |
+4
-4
| { | ||
| "name": "@nexscript/utils", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "NexScript utilities and types", | ||
@@ -13,7 +13,7 @@ "keywords": [ | ||
| "bugs": { | ||
| "url": "https://gitlab.com/nexa/otoplo/nexscript/issues" | ||
| "url": "https://gitlab.com/nexa/nexscript/issues" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://gitlab.com/nexa/otoplo/nexscript.git" | ||
| "url": "git+https://gitlab.com/nexa/nexscript.git" | ||
| }, | ||
@@ -59,3 +59,3 @@ "license": "MIT", | ||
| }, | ||
| "gitHead": "92ef84ed5f09a29f8ccd8786e12728c2f6812b87" | ||
| "gitHead": "dd53e914f08ac6929ce0f38ff17c47c43c3ea910" | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
67521
0.04%