1.0.18 • Published 1 year ago

undefined-service-api v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

undefined-service-api · GitHub license npm version

undefined-service-api is a JavaScript library for building user interfaces.

#install

Using npm:

 npm install undefined-service-api -save

In Node.js:

 const service = require("undefined-service-api");

In .env:

 ENC_KEY='string'
 IV = 'string'

Usage:

  //retrun boolean
  service.isNullOrEmpty(obj)
  //retrun string
  service.EncodeKey(string)
  //retrun string
  service.DecodeKey(string)
  //retrun {status : true,...obj}
  service.resultSucceed(obj)
  //retrun {status : false,...obj}
  service.resultFailed(obj)
  

Support

Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12. Automated browser & CI test runs are available.

1.0.18

1 year ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago