@nexscript/utils
Advanced tools
+1
-0
| export declare const Op: { | ||
| OP_PARSE: number; | ||
| OP_PLACE: number; | ||
@@ -3,0 +4,0 @@ OP_PUSH_TX_STATE: number; |
+2
-0
@@ -6,2 +6,3 @@ import { OpcodesBCH, encodeDataPush, hexToBin, disassembleBytecodeBCH, flattenBinArray, encodeAuthenticationInstructions, decodeAuthenticationInstructions, } from '@bitauth/libauth'; | ||
| ...OpcodesBCH, | ||
| OP_PARSE: 230, | ||
| OP_PLACE: 233, | ||
@@ -53,2 +54,3 @@ OP_PUSH_TX_STATE: 234, | ||
| let asm = disassembleBytecodeBCH(bytecode); | ||
| asm = asm.replace(/OP_UNKNOWN230/g, 'OP_PARSE'); | ||
| asm = asm.replace(/OP_UNKNOWN233/g, 'OP_PLACE'); | ||
@@ -55,0 +57,0 @@ asm = asm.replace(/OP_UNKNOWN234/g, 'OP_PUSH_TX_STATE'); |
+2
-2
| { | ||
| "name": "@nexscript/utils", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "NexScript utilities and types", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
| }, | ||
| "gitHead": "d45653fba1217e550e829843932bb56ef5f3a40c" | ||
| "gitHead": "92ef84ed5f09a29f8ccd8786e12728c2f6812b87" | ||
| } |
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
67495
0.14%1277
0.24%