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.6.1 to 3.7.0

33

lib/urls.d.ts

@@ -98,2 +98,21 @@ import { z } from 'zod';

}>]>, "many">>;
dataSharingInfo: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
lang: z.ZodString;
value: z.ZodString;
}, "strip", z.ZodTypeAny, {
value: string;
lang: string;
}, {
value: string;
lang: string;
}>, z.ZodObject<{
language: z.ZodOptional<z.ZodString>;
value: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
language?: string | undefined;
value?: string | undefined;
}, {
language?: string | undefined;
value?: string | undefined;
}>]>, "many">>;
}, "strip", z.ZodTypeAny, {

@@ -135,2 +154,9 @@ ticketingInfo?: ({

})[] | undefined;
dataSharingInfo?: ({
value: string;
lang: string;
} | {
language?: string | undefined;
value?: string | undefined;
})[] | undefined;
}, {

@@ -172,3 +198,10 @@ ticketingInfo?: ({

})[] | undefined;
dataSharingInfo?: ({
value: string;
lang: string;
} | {
language?: string | undefined;
value?: string | undefined;
})[] | undefined;
}>;
export type ConfigurableLinksType = z.infer<typeof ConfigurableLinks>;

1

lib/urls.js

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

flexTransportInfo: common_1.LanguageAndTextTypeArray.optional(),
dataSharingInfo: common_1.LanguageAndTextTypeArray.optional(),
});

2

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

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

@@ -56,2 +56,5 @@ {

"$ref": "#/definitions/ConfigurableLinks/properties/ticketingInfo"
},
"dataSharingInfo": {
"$ref": "#/definitions/ConfigurableLinks/properties/ticketingInfo"
}

@@ -58,0 +61,0 @@ },

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