Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ice-client

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ice-client - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

index.js

@@ -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 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc