encryptionpackage
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "encryptionpackage", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"keywords": [ | ||
"encryption", | ||
"decryption", | ||
"crypto", | ||
"security" | ||
], | ||
"version": "1.0.1", | ||
"main": "encryption.js", | ||
"module": "encryption.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": ["encryption", "decryption", "aes-256-cbc", "webcrypto", "browser", "cdn"], | ||
"author": "Dhwani Upadhyay", | ||
"license": "ISC" | ||
} |
@@ -1,2 +0,2 @@ | ||
const { encrypt, decrypt } = require('./index'); | ||
const { encrypt, decrypt } = require('./encryption'); | ||
@@ -3,0 +3,0 @@ // Encrypt a message |
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
3411
4
52
Yes