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
1
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.2 to 0.0.3

2

dist/agent-config.d.ts

@@ -5,3 +5,3 @@ import { BotSettings } from './agent-settings';

import { IIntent, IAgentConfig } from './types';
export default class AgentConfig {
export declare class AgentConfig {
readonly uname: string;

@@ -8,0 +8,0 @@ readonly projectId: string;

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AgentConfig = void 0;
const base_action_1 = __importDefault(require("./actions/base-action"));

@@ -99,2 +100,2 @@ const graph_policy_1 = require("@bavard/graph-policy");

}
exports.default = AgentConfig;
exports.AgentConfig = AgentConfig;
{
"name": "@bavard/agent-config",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -7,3 +7,3 @@ import { BotSettings } from './agent-settings';

export default class AgentConfig {
export class AgentConfig {
readonly uname: string;

@@ -10,0 +10,0 @@ readonly projectId: 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