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
0
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.26.0 to 3.27.0

33

lib/urls.d.ts

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

}>]>, "many">>;
externalRealtimeMap: 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, {

@@ -239,2 +258,9 @@ ticketingInfo?: ({

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

@@ -304,3 +330,10 @@ ticketingInfo?: ({

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

1

lib/urls.js

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

androidStoreListing: common_1.LanguageAndTextTypeArray.optional(),
externalRealtimeMap: common_1.LanguageAndTextTypeArray.optional(),
});

2

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

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

@@ -68,2 +68,5 @@ {

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

@@ -70,0 +73,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