Socket
Socket
Sign inDemoInstall

@activepieces/piece-schedule

Package Overview
Dependencies
5
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@activepieces/piece-schedule",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {

@@ -5,0 +5,0 @@ "@sinclair/typebox": "0.26.8",

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

const pieces_framework_2 = require("@activepieces/pieces-framework");
const common_1 = require("../common");
exports.everyHourTrigger = (0, pieces_framework_2.createTrigger)({

@@ -20,11 +19,3 @@ name: 'every_hour',

defaultValue: false
}),
timezone: pieces_framework_2.Property.StaticDropdown({
displayName: "Timezone",
options: {
options: common_1.timezoneOptions,
},
required: true,
defaultValue: "UTC"
}),
})
},

@@ -35,3 +26,3 @@ onEnable: (ctx) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {

cronExpression: cronExpression,
timezone: ctx.propsValue.timezone
timezone: 'UTC'
});

@@ -43,3 +34,3 @@ }),

cron_expression: cronExpression,
timezone: ctx.propsValue.timezone
timezone: 'UTC'
}]);

@@ -46,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc