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

@memori.ai/memori-api-client

Package Overview
Dependencies
Maintainers
2
Versions
68
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.1.0 to 4.1.1

7

CHANGELOG.md
## [4.1.1](https://github.com/memori-ai/memori-api-client/compare/v4.1.0...v4.1.1) (2024-04-29)
### Maintenance
* add new attributes to history message ([477420d](https://github.com/memori-ai/memori-api-client/commit/477420dd6fceba55189ff18b44ad4ee8c03c71e0))
## [4.1.0](https://github.com/memori-ai/memori-api-client/compare/v4.0.3...v4.1.0) (2024-04-16)

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

@@ -528,2 +528,8 @@ export declare type Error = {

};
date?: string;
dateUncertaintyDays?: number;
placeName?: string;
placeLatitude?: number;
placeLongitude?: number;
placeUncertaintyKm?: number;
};

@@ -530,0 +536,0 @@ export type ConsumptionLog = {

@@ -528,2 +528,8 @@ export declare type Error = {

};
date?: string;
dateUncertaintyDays?: number;
placeName?: string;
placeLatitude?: number;
placeLongitude?: number;
placeUncertaintyKm?: number;
};

@@ -530,0 +536,0 @@ export type ConsumptionLog = {

2

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

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

@@ -727,2 +727,8 @@ export declare type Error = {

contextVars?: { [key: string]: string };
date?: string;
dateUncertaintyDays?: number;
placeName?: string;
placeLatitude?: number;
placeLongitude?: number;
placeUncertaintyKm?: number;
};

@@ -729,0 +735,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