Socket
Socket
Sign inDemoInstall

parea-ai

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parea-ai - npm Package Compare versions

Comparing version 1.52.0 to 1.52.1

2

dist/utils/StreamHandler.js

@@ -90,3 +90,3 @@ "use strict";

this.traceLog.end_timestamp = (0, helpers_1.toDateTimeString)(endTimestamp);
this.traceLog.latency = (endTimestamp.getTime() - new Date(startTime).getTime()) / 1000;
this.traceLog.latency = (endTimestamp.getTime() - this.startTimestamp.getTime()) / 1000;
MessageQueue_1.MessageQueue.enqueue(this.traceLog);

@@ -93,0 +93,0 @@ })();

{
"name": "parea-ai",
"version": "1.52.0",
"version": "1.52.1",
"description": "Client SDK library to connect to Parea AI.",

@@ -5,0 +5,0 @@ "repository": {

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