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

@open-tender/types

Package Overview
Dependencies
Maintainers
10
Versions
420
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tender/types - npm Package Compare versions

Comparing version 0.4.130 to 0.4.131

6

dist/cjs/types/api/config.d.ts

@@ -526,2 +526,7 @@ import { TimezonePython } from '../datetimes';

};
export interface ConfigKount {
clientId: string;
enabled: boolean;
environment: string;
}
export interface ConfigSettings {

@@ -537,2 +542,3 @@ accountSections: string[];

recaptcha: ConfigRecaptcha;
kount?: ConfigKount;
}

@@ -539,0 +545,0 @@ export interface ConfigAccordion {

@@ -526,2 +526,7 @@ import { TimezonePython } from '../datetimes';

};
export interface ConfigKount {
clientId: string;
enabled: boolean;
environment: string;
}
export interface ConfigSettings {

@@ -537,2 +542,3 @@ accountSections: string[];

recaptcha: ConfigRecaptcha;
kount?: ConfigKount;
}

@@ -539,0 +545,0 @@ export interface ConfigAccordion {

2

package.json
{
"name": "@open-tender/types",
"version": "0.4.130",
"version": "0.4.131",
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",

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