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

@atb-as/config-specs

Package Overview
Dependencies
Maintainers
12
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atb-as/config-specs - npm Package Compare versions

Comparing version 3.11.1 to 3.12.0

lib/notification-config.d.ts

4

lib/tools/specifications-types.js

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

const harbor_connection_overrides_1 = require("../harbor-connection-overrides");
const notification_config_1 = require("../notification-config");
// All supported specifications

@@ -25,2 +26,3 @@ exports.specifications = [

'harborConnectionOverrides',
'notificationConfig',
];

@@ -45,2 +47,3 @@ function isValidSchema(schema) {

harborConnectionOverrides: harbor_connection_overrides_1.HarborConnectionOverrides,
notificationConfig: notification_config_1.NotificationConfig,
};

@@ -90,2 +93,3 @@ // All correctly supported schema types as JSON Schema data structures

harborConnectionOverrides: (0, zod_to_json_schema_1.default)(harbor_connection_overrides_1.HarborConnectionOverrides),
notificationConfig: (0, zod_to_json_schema_1.default)(notification_config_1.NotificationConfig),
};

2

package.json
{
"name": "@atb-as/config-specs",
"version": "3.11.1",
"version": "3.12.0",
"description": "Shared types and validation for fare product type configs",

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

@@ -16,2 +16,3 @@ # @atb-as/config-specs

- [x] Harbor connection overrides
- [x] Notification config
- [ ] Payment Types

@@ -18,0 +19,0 @@ - [ ] Other

Sorry, the diff of this file is too big to display

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