@tsmx/string-crypto
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@tsmx/string-crypto", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Encrypt and decrypt strings.", | ||
@@ -30,4 +30,5 @@ "main": "string-crypto.js", | ||
"devDependencies": { | ||
"eslint": "^8.41.0", | ||
"jest": "^29.2.2" | ||
} | ||
} |
@@ -44,3 +44,3 @@ const { expect } = require('@jest/globals'); | ||
key: testKeyChar | ||
} | ||
}; | ||
const sc = require('../string-crypto'); | ||
@@ -59,3 +59,3 @@ const encrypted = sc.encrypt(testString, options); | ||
key: testKeyHex | ||
} | ||
}; | ||
const sc = require('../string-crypto'); | ||
@@ -62,0 +62,0 @@ const encrypted = sc.encrypt(testString, options); |
Sorry, the diff of this file is not supported yet
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
15524
7
2