New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fuel-ts/utils

Package Overview
Dependencies
Maintainers
1
Versions
2818
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fuel-ts/utils - npm Package Compare versions

Comparing version 0.0.0-pr-3554-20250106201303 to 0.0.0-pr-3579-20250113101939

2

dist/utils/arrayify.d.ts

@@ -1,2 +0,2 @@

import type { BytesLike } from '@fuel-ts/interfaces';
export type BytesLike = Uint8Array | string;
/**

@@ -3,0 +3,0 @@ * Get a typed Uint8Array from a BytesLike object.

@@ -1,3 +0,3 @@

import type { BytesLike } from '@fuel-ts/interfaces';
import type { BN } from '@fuel-ts/math';
import type { BytesLike } from './arrayify';
/**

@@ -4,0 +4,0 @@ * Encode value as a Base58-encoded string.

@@ -1,4 +0,4 @@

import type { BytesLike } from '@fuel-ts/interfaces';
import type { BytesLike } from './arrayify';
export declare const compressBytecode: (bytecodeAsBinary?: BytesLike) => string;
export declare const decompressBytecode: (bytecodeAsBase64: string) => Uint8Array;
//# sourceMappingURL=bytecode.d.ts.map

@@ -1,2 +0,2 @@

import type { BytesLike } from '@fuel-ts/interfaces';
import type { BytesLike } from './arrayify';
/**

@@ -3,0 +3,0 @@ * Concatenates multiple Uint8Arrays into a single Uint8Array.

@@ -1,2 +0,2 @@

import type { BytesLike } from '@fuel-ts/interfaces';
import type { BytesLike } from './arrayify';
/**

@@ -3,0 +3,0 @@ * Returns a hex string by slicing data from the start offset to the end offset.

@@ -1,2 +0,2 @@

import type { BytesLike } from '@fuel-ts/interfaces';
import type { BytesLike } from './arrayify';
/**

@@ -3,0 +3,0 @@ * Returns a hex representation of the inputted bytes.

@@ -1,2 +0,2 @@

import type { BytesLike } from '@fuel-ts/interfaces';
import type { BytesLike } from './arrayify';
/**

@@ -3,0 +3,0 @@ * Returns the string represented by the UTF-8 data bytes.

{
"name": "@fuel-ts/utils",
"version": "0.0.0-pr-3554-20250106201303",
"version": "0.0.0-pr-3579-20250113101939",
"description": "Utilities (and test utilities) collection",

@@ -45,6 +45,5 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",

"fflate": "0.8.2",
"@fuel-ts/errors": "0.0.0-pr-3554-20250106201303",
"@fuel-ts/interfaces": "0.0.0-pr-3554-20250106201303",
"@fuel-ts/math": "0.0.0-pr-3554-20250106201303",
"@fuel-ts/versions": "0.0.0-pr-3554-20250106201303"
"@fuel-ts/errors": "0.0.0-pr-3579-20250113101939",
"@fuel-ts/math": "0.0.0-pr-3579-20250113101939",
"@fuel-ts/versions": "0.0.0-pr-3579-20250113101939"
},

@@ -51,0 +50,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc