openssl-nodejs-promise
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "openssl-nodejs-promise", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
# openssl-nodejs-promise | ||
Fork of the very excellent [openssl-nodejs](https://github.com/codevibess/openssl-nodejs) | ||
`openssl-node-js-promise` is a package which gives you a possibility to run every [OpenSSL](https://www.openssl.org/) command in [Node.js](https://nodejs.org/en/) in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data ([Buffor](https://nodejs.org/dist/latest-v10.x/docs/api/buffer.html)). | ||
Fork of the most excellent [openssl-nodejs](https://github.com/codevibess/openssl-nodejs) | ||
# | ||
`openssl-node-js-promise` is a package which gives you a possibility to run every [OpenSSL](https://www.openssl.org/) command in [Node.js](https://nodejs.org/en/) in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data ([Buffer](https://nodejs.org/dist/latest-v10.x/docs/api/buffer.html)). | ||
@@ -14,3 +15,3 @@ # Installation & Usage | ||
```javascript | ||
const openssl = require('openssl-nodejs') | ||
const openssl = require('openssl-nodejs-promise') | ||
openssl(cmd, options).then((res) => ...) | ||
@@ -17,0 +18,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7568
62