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.23 to 0.0.24

2

dist/agent-config.js

@@ -171,3 +171,3 @@ "use strict";

}
config.presetResponseOptions = jsonObj.presetResponseOptions;
config.presetResponseOptions = jsonObj.presetResponseOptions || [];
return config;

@@ -174,0 +174,0 @@ }

{
"name": "@bavard/agent-config",
"version": "0.0.23",
"version": "0.0.24",
"description": "",

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

@@ -194,3 +194,3 @@ import { BaseAgentAction } from './actions/base-action';

config.presetResponseOptions = jsonObj.presetResponseOptions;
config.presetResponseOptions = jsonObj.presetResponseOptions || [];

@@ -197,0 +197,0 @@ return config;

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