Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "kscryp", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "kscryp", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -55,3 +55,3 @@ const KsDp = require('ksdp'); | ||
const drv = this.drv.get({ name: algorithm || this.default, params: [this] }); | ||
if (!drv?.encode) { | ||
if (!drv?.decode) { | ||
return null; | ||
@@ -58,0 +58,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