ice-client
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -67,3 +67,3 @@ "use strict"; | ||
params: { | ||
filterPattern: exports.Config.context, | ||
filterPattern: '"' + exports.Config.context.split("=")[1] + '"', | ||
interleaved: true, | ||
@@ -70,0 +70,0 @@ limit: 10, |
{ | ||
"name": "ice-client", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Encrypt sensitive data at rest", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -120,4 +120,8 @@ "use strict"; | ||
assert.equal(undefined, err); | ||
assert.deepEqual([], logs) | ||
assert.equal(10, logs.length); | ||
var m = JSON.parse(logs[0].message) | ||
assert.equal(m.ARN, "arn:aws:kms:us-east-1:178540880712:key/e7eb068d-9b14-4b77-97c5-8cb38e71e210") | ||
assert.equal(m.Context.c, "cyber-chip-2533") | ||
done(); | ||
@@ -124,0 +128,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
10505
207