Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pexip-engage-public/plugin-state

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pexip-engage-public/plugin-state - npm Package Compare versions

Comparing version 2.0.0-canary-20231023080955 to 2.0.0-canary-20231025101109

6

CHANGELOG.md
# @pexip-engage-public/plugin-state
## 2.0.0-canary-20231023080955
## 2.0.0-canary-20231025101109

@@ -9,2 +9,6 @@ ### Major Changes

### Patch Changes
- d5413de87: chore(deps): update all non-major dependencies
## 1.2.1

@@ -11,0 +15,0 @@

@@ -531,2 +531,3 @@ import { z } from "zod";

timetableUI: z.ZodDefault<z.ZodEnum<["week", "month"]>>;
theme: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -536,2 +537,3 @@ scroll: number | "disabled";

timetableUI: "week" | "month";
theme?: string | undefined;
}, {

@@ -541,2 +543,3 @@ scroll?: number | "disabled" | undefined;

timetableUI?: "week" | "month" | undefined;
theme?: string | undefined;
}>>;

@@ -618,2 +621,3 @@ /**

timetableUI: "week" | "month";
theme?: string | undefined;
};

@@ -719,2 +723,3 @@ searchCountries: string[];

timetableUI?: "week" | "month" | undefined;
theme?: string | undefined;
} | undefined;

@@ -778,2 +783,3 @@ location?: {

timetableUI: "week" | "month";
theme?: string | undefined;
};

@@ -1003,2 +1009,3 @@ searchCountries: string[];

timetableUI?: "week" | "month" | undefined;
theme?: string | undefined;
} | undefined;

@@ -1005,0 +1012,0 @@ location?: {

@@ -265,2 +265,3 @@ import { z } from "zod";

timetableUI: z.enum(["week", "month"]).default("week"),
theme: z.string().optional(),
})

@@ -267,0 +268,0 @@ .default({}),

8

package.json
{
"name": "@pexip-engage-public/plugin-state",
"version": "2.0.0-canary-20231023080955",
"version": "2.0.0-canary-20231025101109",
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-state#readme",

@@ -32,3 +32,3 @@ "bugs": {

"dependencies": {
"zod": "^3.22.3"
"zod": "^3.22.4"
},

@@ -38,4 +38,4 @@ "devDependencies": {

"@total-typescript/ts-reset": "^0.5.1",
"@pexip-engage/tsconfig": "0.0.10-canary-20231023080955",
"eslint-config-pexip-engage": "0.0.40"
"eslint-config-pexip-engage": "0.0.41-canary-20231025101109",
"@pexip-engage/tsconfig": "0.0.10-canary-20231025101109"
},

@@ -42,0 +42,0 @@ "volta": {

@@ -284,2 +284,3 @@ import { z } from "zod";

timetableUI: z.enum(["week", "month"]).default("week"),
theme: z.string().optional(),
})

@@ -286,0 +287,0 @@ .default({}),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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