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

@wix/events_schedule-bookmarks

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/events_schedule-bookmarks - npm Package Compare versions

Comparing version 1.0.60 to 1.0.61

6

build/cjs/src/events-schedule-v1-schedule-item-schedule-bookmarks.types.d.ts

@@ -265,2 +265,8 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador';

item?: ScheduleItemData;
/**
* Set of field paths to update.
* When fields are empty, request is interpreted as full update.
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics.
*/
fields?: string[];
}

@@ -267,0 +273,0 @@ export interface UpdateScheduleItemResponse {

@@ -276,2 +276,8 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */

item?: ScheduleItemData;
/**
* Set of field paths to update.
* When fields are empty, request is interpreted as full update.
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics.
*/
fields?: string[];
}

@@ -278,0 +284,0 @@ export interface UpdateScheduleItemResponse {

@@ -265,2 +265,8 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador';

item?: ScheduleItemData;
/**
* Set of field paths to update.
* When fields are empty, request is interpreted as full update.
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics.
*/
fields?: string[];
}

@@ -267,0 +273,0 @@ export interface UpdateScheduleItemResponse {

@@ -276,2 +276,8 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */

item?: ScheduleItemData;
/**
* Set of field paths to update.
* When fields are empty, request is interpreted as full update.
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics.
*/
fields?: string[];
}

@@ -278,0 +284,0 @@ export interface UpdateScheduleItemResponse {

4

package.json
{
"name": "@wix/events_schedule-bookmarks",
"version": "1.0.60",
"version": "1.0.61",
"publishConfig": {

@@ -52,3 +52,3 @@ "registry": "https://registry.npmjs.org/",

},
"falconPackageHash": "caf42e34ef47fd256e19511518c1b49dda88c64c084de2a8d7ebe285"
"falconPackageHash": "2ef5368ae0217d4e61412a5bfd7e8f36d223a47e425891324ceafe93"
}

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