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

@getzep/zep-js

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getzep/zep-js - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

3

dist/esm/memory_manager.js

@@ -179,3 +179,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

if (type) {
params += lastn !== undefined ? `&type=${type}` : `?type=${type}`;
params +=
lastn !== undefined ? `&memoryType=${type}` : `?memoryType=${type}`;
}

@@ -182,0 +183,0 @@ const response = yield handleRequest(fetch(`${url}${params}`, {

@@ -181,3 +181,4 @@ "use strict";

if (type) {
params += lastn !== undefined ? `&type=${type}` : `?type=${type}`;
params +=
lastn !== undefined ? `&memoryType=${type}` : `?memoryType=${type}`;
}

@@ -184,0 +185,0 @@ const response = yield (0, utils_1.handleRequest)(fetch(`${url}${params}`, {

{
"show-config": "tsc --showConfig",
"name": "@getzep/zep-js",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Zep: Fast, scalable building blocks for production LLM apps",

@@ -6,0 +6,0 @@ "private": false,

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