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

@enonic-types/lib-task

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enonic-types/lib-task - npm Package Compare versions

Comparing version 7.12.2 to 7.13.0-B1

4

package.json
{
"name": "@enonic-types/lib-task",
"version": "7.12.2",
"version": "7.13.0-B1",
"description": "Type definitions for lib-task.",

@@ -30,3 +30,3 @@ "types": "task.d.ts",

"dependencies": {
"@enonic-types/core": "7.12.2"
"@enonic-types/core": "7.13.0-B1"
},

@@ -33,0 +33,0 @@ "publishConfig": {

@@ -92,2 +92,3 @@ /**

descriptor: string;
name?: string;
config?: Config;

@@ -104,2 +105,3 @@ }

* @param {string} params.descriptor Descriptor of the task to execute.
* @param {string} [params.name] Optional name of the task. If not specified, descriptor name will be used instead.
* @param {object} [params.config] Configuration parameters to pass to the task to be executed.

@@ -129,2 +131,3 @@ * The object must be valid according to the schema defined in the form of the task descriptor XML.

progress: TaskProgress;
node: string;
}

@@ -141,3 +144,3 @@ /**

*/
export declare function list(params: ListTasksParams): TaskInfo[];
export declare function list(params?: ListTasksParams): TaskInfo[];
/**

@@ -144,0 +147,0 @@ * Returns the current state and progress details for the specified task.

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