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.3
to
1.0.4
+1
-1
dist/artifact.d.ts
/// <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;

@@ -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,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;

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