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

hc-service-client

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hc-service-client - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

lib/signature/common_user_auth.js

@@ -49,3 +49,3 @@ 'use strict';

if (options.content !== undefined) {
sign.update(content);
sign.update(options.content);
return sign.end();

@@ -52,0 +52,0 @@ } else {

@@ -51,3 +51,3 @@ 'use strict';

if (options.content !== undefined) {
sign.update(content);
sign.update(options.content);
return sign.end();

@@ -54,0 +54,0 @@ } else {

@@ -48,3 +48,3 @@ 'use strict';

if (options.content !== undefined) {
sign.update(content);
sign.update(options.content);
return sign.end();

@@ -51,0 +51,0 @@ } else {

{
"name": "hc-service-client",
"version": "1.1.6",
"version": "1.1.7",
"description": "Service Client Extension for Honeybee",

@@ -20,3 +20,3 @@ "main": "index.js",

"jsonwebtoken": "^8.2.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"qs": "6.4.0",

@@ -23,0 +23,0 @@ "urllib": "2.34.1",

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