1.3.1 • Published 2 years ago

@safeandreliable/utilities v1.3.1

Weekly downloads
51
License
ISC
Repository
github
Last release
2 years ago

@safeandreliable/utilities

Contains utility functions used across Safe and Reliable

Install

$ npm install @safeandreliable/utilities

Usage

const utilities = require("@safeandreliable/utilities");

utilities.log("So much space!");
//=> "So much space!"

utilities.printCallStack();
//=> PRINTING CALL STACK
// Error
//   at Object.exports.printCallStack (modules.js?hash=d90ec0f2535d5d866fbb0bd8167e1d5191c9d59a:11861)
//   at <anonymous>:1:4

utilities.get(['public', 'accounts', 'passwords', 'tokenExpirationInDays'], {public:{accounts:{passwords:{tokenExpirationInDays:1}}}});
//=>1
1.3.1

2 years ago

1.3.0

2 years ago

1.2.2

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago