Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "encrypto", | ||
"version": "1.0.2", | ||
"description": "This module can be used for encrypting response before sending to client. so that the response data cannot be seen in network console (or) store your data after performing encryption into database", | ||
"version": "1.0.3", | ||
"description": "This module can be used for encrypting response before sending to client (or) storing encrypted data into database", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -19,7 +19,7 @@ This module can be used for encrypting response before sending to client. | ||
### Installing dev-utils | ||
### Installing encryption module | ||
``` | ||
[sudo] npm install dev-utils | ||
[sudo] npm install encrypto | ||
``` | ||
#### Author: [Srikanth Enjamoori](http://twitter.com/iluvcoding) |
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
2072