Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/eth-address

Package Overview
Dependencies
Maintainers
7
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/eth-address - npm Package Compare versions

Comparing version 2.12.25 to 2.12.26

2

dist/browser/EthAddress.d.ts

@@ -6,3 +6,3 @@ import { BigNumber } from '@xylabs/bignumber';

export declare class EthAddress {
static type: string;
static readonly type = "EthAddress";
type: string;

@@ -9,0 +9,0 @@ private address;

@@ -6,3 +6,3 @@ import { BigNumber } from '@xylabs/bignumber';

export declare class EthAddress {
static type: string;
static readonly type = "EthAddress";
type: string;

@@ -9,0 +9,0 @@ private address;

@@ -29,5 +29,2 @@ {

},
"./docs": {
"default": "./dist/docs.json"
},
"./package.json": "./package.json"

@@ -46,10 +43,10 @@ },

"dependencies": {
"@xylabs/assert": "~2.12.25",
"@xylabs/bignumber": "~2.12.25",
"@xylabs/assert": "~2.12.26",
"@xylabs/bignumber": "~2.12.26",
"keccak256": "^1.0.6"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.1.7",
"@xylabs/tsconfig": "^3.1.7",
"@xylabs/tsconfig-jest": "^3.1.7",
"@xylabs/ts-scripts-yarn3": "^3.1.11",
"@xylabs/tsconfig": "^3.1.11",
"@xylabs/tsconfig-jest": "^3.1.11",
"typescript": "^5.2.2"

@@ -65,4 +62,4 @@ },

"sideEffects": false,
"version": "2.12.25",
"version": "2.12.26",
"type": "module"
}
[![logo][]](https://xylabs.com)
# @xylabs/sdk-js
# @xylabs/eth-address
[![main-build][]][main-build-link]
[![beta-build][]][beta-build-link]
[![npm-badge][]][npm-link]
[![bch-badge][]][bch-link]
[![codacy-badge][]][codacy-link]
[![codeclimate-badge][]][codeclimate-link]
[![snyk-badge][]][snyk-link]
[![npm-downloads-badge][]][npm-link]
[![jsdelivr-badge][]][jsdelivr-link]
[![npm-license-badge][]](LICENSE)
> XY Labs generalized Javascript library
## Table of Contents

@@ -17,3 +16,2 @@

- [Install](#install)
- [Scripts](#scripts)
- [Maintainers](#maintainers)

@@ -25,3 +23,3 @@ - [License](#license)

SDK for base code for Typescript and Javascript Libraries.
Common Javascript code that is used throughout XYO projects that use React.

@@ -33,3 +31,3 @@ ## Install

```sh
npm i --save @xylabs/sdk-js
npm i --save @xylabs/eth-address
```

@@ -40,13 +38,14 @@

```sh
yarn add @xylabs/sdk-js
yarn add @xylabs/eth-address
```
## Scripts
## Documentation
[Developer Reference](https://xylabs.github.io/sdk-js)
See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md)
for list of shared scripts.
## Maintainers
- [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)
- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
- [Joel Carter](https://github.com/JoelBCarter)
- [Matt Jones](https://github.com/jonesmac)
- [Jordan Trouw](https://github.com/jordantrouw)

@@ -59,18 +58,13 @@ ## License

[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
[Made with 🔥and ❄️ by XY Labs](https://xylabs.com)
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
[main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml/badge.svg
[main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml
[beta-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml/badge.svg
[beta-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml
[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-js.svg
[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-js
[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-js?branch=main
[bch-link]: https://bettercodehub.com/results/xylabs/sdk-js
[codacy-badge]: https://app.codacy.com/project/badge/Grade/c8e15e14f37741c18cfb47ac7245c698
[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-js&utm_campaign=Badge_Grade
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c5eb068f806f0b047ea7/maintainability
[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability
[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json
[snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json
[npm-badge]: https://img.shields.io/npm/v/@xylabs/eth-address.svg
[npm-link]: https://www.npmjs.com/package/@xylabs/eth-address
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/eth-address
[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/eth-address
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/eth-address/badge
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/eth-address

@@ -11,3 +11,3 @@ import { assertEx } from '@xylabs/assert'

export class EthAddress {
static type = 'EthAddress'
static readonly type = 'EthAddress'

@@ -14,0 +14,0 @@ type = EthAddress.type

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

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