New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nexscript/utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexscript/utils - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-0
dist/script.d.ts
export declare const Op: {
OP_PARSE: number;
OP_PLACE: number;

@@ -3,0 +4,0 @@ OP_PUSH_TX_STATE: number;

@@ -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"
}