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

@pexip-engage-public/plugin-events

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.17-canary-20230509155657 to 1.0.17-canary-20230512121355

3

CHANGELOG.md
# @pexip-engage-public/plugin-events
## 1.0.17-canary-20230509155657
## 1.0.17-canary-20230512121355
### Patch Changes
- b41dff659: SKED-10893: fix CA events for timetable timeZone & employee "Show all slots"
- 0bc0faf16: feature: limit data sent to CA about customer step updates

@@ -8,0 +9,0 @@

{
"name": "@pexip-engage-public/plugin-events",
"version": "1.0.17-canary-20230509155657",
"version": "1.0.17-canary-20230512121355",
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-events#readme",

@@ -5,0 +5,0 @@ "bugs": {

@@ -80,3 +80,3 @@ import type { PluginStateInput } from "@pexip-engage-public/plugin-state";

endDay: string;
timeZone: string | null;
timeZone: string;
}

@@ -142,3 +142,3 @@ | {

end: string;
timeZone: string | null;
timeZone: string;
employeeIds: number[];

@@ -145,0 +145,0 @@ };

@@ -57,3 +57,3 @@ import type { PluginStateInput } from "@pexip-engage-public/plugin-state";

endDay: string;
timeZone: string | null;
timeZone: string;
} | {

@@ -108,3 +108,3 @@ subtype: "office";

end: string;
timeZone: string | null;
timeZone: string;
employeeIds: number[];

@@ -111,0 +111,0 @@ };

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