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 4.2.1 to 5.0.0

12

lib/reference-data.d.ts

@@ -31,3 +31,2 @@ import { z } from 'zod';

appVersionMax: z.ZodOptional<z.ZodString>;
latestActivationDate: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {

@@ -38,3 +37,2 @@ userProfileRefs: string[];

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
}, {

@@ -45,3 +43,2 @@ userProfileRefs: string[];

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
}>;

@@ -171,3 +168,2 @@ durationDays: z.ZodOptional<z.ZodNumber>;

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
};

@@ -237,3 +233,2 @@ durationDays?: number | undefined;

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
};

@@ -692,3 +687,2 @@ durationDays?: number | undefined;

appVersionMax: z.ZodOptional<z.ZodString>;
latestActivationDate: z.ZodOptional<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {

@@ -699,3 +693,2 @@ userProfileRefs: string[];

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
}, {

@@ -706,3 +699,2 @@ userProfileRefs: string[];

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
}>;

@@ -832,3 +824,2 @@ durationDays: z.ZodOptional<z.ZodNumber>;

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
};

@@ -898,3 +889,2 @@ durationDays?: number | undefined;

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
};

@@ -1351,3 +1341,2 @@ durationDays?: number | undefined;

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
};

@@ -1517,3 +1506,2 @@ durationDays?: number | undefined;

appVersionMax?: string | undefined;
latestActivationDate?: number | undefined;
};

@@ -1520,0 +1508,0 @@ durationDays?: number | undefined;

1

lib/reference-data.js

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

appVersionMax: zod_1.z.string().optional(),
latestActivationDate: zod_1.z.number().optional(),
}),

@@ -21,0 +20,0 @@ durationDays: zod_1.z.number().optional(),

5

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

@@ -48,4 +48,3 @@ "main": "./lib/index.js",

"zod-to-json-schema": "^3.20.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

@@ -76,5 +76,2 @@ {

"type": "string"
},
"latestActivationDate": {
"type": "number"
}

@@ -81,0 +78,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