1.0.18 • Published 2 months ago

undefined-service-api v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

2 months ago

1.0.17

11 months ago

1.0.16

12 months ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

1 year ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago