2.0.7 • Published 8 years ago

hinos-common v2.0.7

Weekly downloads
16
License
ISC
Repository
-
Last release
8 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

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago