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

help-esb

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help-esb - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

5

help-esb.js

@@ -540,3 +540,6 @@ (function(root, factory) {

this._data = _.has(message, 'data') ? message.data : {};
this._meta = _.extend({id: uuid.v4()}, message.meta);
this._meta = _.extend(
{id: uuid.v4(), ts: Math.floor(Date.now() / 1000)},
message.meta
);
};

@@ -543,0 +546,0 @@

2

package.json
{
"name": "help-esb",
"version": "0.6.4",
"version": "0.6.5",
"description": "A client for the Help.com team's ESB.",

@@ -5,0 +5,0 @@ "main": "help-esb.js",

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