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

@bavard/agent-config

Package Overview
Dependencies
Maintainers
2
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bavard/agent-config - npm Package Compare versions

Comparing version 0.0.252 to 0.0.254

8

dist/analytics.d.ts

@@ -49,3 +49,9 @@ export interface IConversationsReport {

*/
dailyConversationCounts?: number[];
dailyConversationCounts?: {
/**
* Date in format YYYY-MM-DD.
*/
date: string;
count: number;
}[];
}

2

package.json
{
"name": "@bavard/agent-config",
"version": "0.0.252",
"version": "0.0.254",
"description": "Shared code and single source of truth for Bavard data models.",

@@ -5,0 +5,0 @@ "main": "dist/index.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