2.0.7 • Published 6 years ago

hinos-common v2.0.7

Weekly downloads
16
License
ISC
Repository
-
Last release
6 years ago

hinos-common

Class helpers for hinos

Install

npm i hinos-common -S

Examples

Encrypt

Class helper help encrypt data

  • md5(content:string): return md5 content
  • base64(content:string, isDecode:boolean): return base64 en(de)code base on isDecode. Default is encode base64
  • decryptText(blowfish: any, content: string): return data which is decrypted by blowfish Algorithm
  • encryptText(blowfish: any, data: any): return data which is encrypted by blowfish Algorithm

Http

Make http request easiler

QueueHandler

Customize handler for some connection (mongo...)

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago