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

enonic-types

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-types - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

4

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.2.11",
"version": "0.2.12",
"description": "TypeScript types for Enonic XP",

@@ -34,4 +34,4 @@ "typings": "index.d.ts",

"rimraf": "^3.0.2",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
}
}

@@ -17,3 +17,3 @@ import { XOR } from "./types";

*/
create<Config = never>(params: CreateScheduledJobParams): ScheduledJob<Config>;
create<Config = never>(params: CreateScheduledJobParams<Config>): ScheduledJob<Config>;
/**

@@ -46,3 +46,3 @@ * Modifies a job. The previous task will be rescheduled, lastRun and lastTaskId properties will be cleaned.

*/
timezone: string;
timeZone: string;
};

@@ -49,0 +49,0 @@ export declare type ScheduleTypeOneTime = {

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