New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@memori.ai/memori-api-client

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memori.ai/memori-api-client - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

7

CHANGELOG.md
## [4.0.2](https://github.com/memori-ai/memori-api-client/compare/v4.0.1...v4.0.2) (2024-03-25)
### Maintenance
* add attributes to ProcessStatus ([c72da0a](https://github.com/memori-ai/memori-api-client/commit/c72da0adca92f7a799cbdba640b010ef3f9040ee))
## [4.0.1](https://github.com/memori-ai/memori-api-client/compare/v4.0.0...v4.0.1) (2024-03-22)

@@ -4,0 +11,0 @@

2

dist/types.d.ts

@@ -691,2 +691,4 @@ export declare type Error = {

eta?: number;
processedElements?: number;
totalElements?: number;
creationTimestamp?: string;

@@ -693,0 +695,0 @@ lastChangeTimestamp?: string;

@@ -691,2 +691,4 @@ export declare type Error = {

eta?: number;
processedElements?: number;
totalElements?: number;
creationTimestamp?: string;

@@ -693,0 +695,0 @@ lastChangeTimestamp?: string;

2

package.json
{
"version": "4.0.1",
"version": "4.0.2",
"name": "@memori.ai/memori-api-client",

@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website",

@@ -1143,2 +1143,12 @@ export declare type Error = {

eta?: number;
/**
* @type {number=}
* Number of elements this Process has processed so far.
*/
processedElements?: number;
/**
* @type {number=}
* Total elements this Process is processing.
*/
totalElements?: number;
creationTimestamp?: string;

@@ -1145,0 +1155,0 @@ lastChangeTimestamp?: string;

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