3.8.5 • Published 4 years ago

@splytech-io/utils v3.8.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

@splytech-io/utils

Utils.hashObject(input: any, algorithm = 'sha256'): string

returns a hash representation of the object ignoring the order of the properties defined in it.

const a = { a: 1, b: 2 };
const b = { b: 2, a: 1 };

Utils.hasObject(a) === Utils.hashObject(b);
3.8.5

4 years ago

3.8.4

4 years ago

3.8.3

4 years ago

3.8.2

4 years ago

3.8.1

4 years ago

3.8.0

4 years ago

3.7.0

4 years ago

3.6.1

4 years ago

3.6.0

4 years ago

3.5.0

4 years ago

3.4.0

5 years ago

3.3.1

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago