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

@ones-open/cli-ability-template

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ones-open/cli-ability-template - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3-beta.0

4

package.json
{
"name": "@ones-open/cli-ability-template",
"version": "2.1.2",
"version": "2.1.3-beta.0",
"description": "Ability templates for ONES Open Platform CLI",

@@ -25,3 +25,3 @@ "keywords": [

},
"gitHead": "30758064bba2e9d653253e3c7daf76f85c6bfa10"
"gitHead": "169f738e3cb80895a36daf0595b10e2a79255a0a"
}

@@ -6,3 +6,3 @@ import type {

} from '@ones-open/node-ability'
import { Field, FieldTypeEnum, PoolEnum, AbilityError } from '@ones-open/node-ability'
import { Job, FieldTypeEnum, PoolEnum, AbilityError } from '@ones-open/node-ability'
import { Logger } from '@ones-open/node-logger'

@@ -12,4 +12,4 @@ import type { PluginRequest, PluginResponse } from '@ones-open/node-types'

export async function checkJobStatus(request: PluginRequest): Promise<PluginResponse> {
const resp = await Field.CheckUpdateFieldGroupJobStatus('jobUUID', 'teamUUID')
const { status } = resp
const resp = await Job.CheckJobStatus('jobUUID', 'teamUUID')
return {

@@ -16,0 +16,0 @@ body: {

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