securenow 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,16 @@
1
1
  # securenow
2
- npm package for securenow
2
+ [npm package for securenow] : (http://securenow.ai/)
3
+
4
+ # installation
5
+ To install SecureNow, follow these steps:
6
+
7
+ 1. Request your API key from [SecureNow](http://securenow.ai/).
8
+ 2. Install the package using npm:
9
+ ```
10
+ npm i --save securenow
11
+ ```
12
+
13
+ set the api key in your environement variable :
14
+ ```bash
15
+ export securenow=<API-KEY>
16
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "securenow",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Plug&Secure for nodejs apps",
5
5
  "main": "tracing.js",
6
6
  "dependencies": {