Socket
Book a DemoInstallSign in
Socket

@decentm/concourse-ts-resource-appcenter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@decentm/concourse-ts-resource-appcenter

`npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-appcenter`

0.1.0
unpublished
latest
npmnpm
Version published
Maintainers
1
Created
Source

concourse-ts-resource-appcenter

Typed Appcenter resource for concourse-ts

Installation

npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-appcenter

yarn add -D @decentm/concourse-ts @decentm/concourse-ts-resource-appcenter

Usage

The Appcenter resource is a typed class that extends the base Resource class. Therefore, it has the same properties. See the Resource documentation for details.

import {Type} from '@decentm/concourse-ts'
import {AppcenterResource, AppcenterResourceType} from '@decentm/concourse-ts-resource-appcenter'

export class CorpityCorpAppcenter extends AppcenterResource {
  constructor(name: string, init?: Type.Initer<CorpityCorpAppcenter>) {
    super(name, new AppcenterResourceType(/*...*/))

    // Set defaults here

    if (init) {
      init(this)
    }
  }
}

FAQs

Package last updated on 29 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.