🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@decentm/concourse-ts-resource-artifactory-deb

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-artifactory-deb

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

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

concourse-ts-resource-artifactory-deb

Typed ArtifactoryDeb resource for concourse-ts

Installation

npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-artifactory-deb

yarn add -D @decentm/concourse-ts @decentm/concourse-ts-resource-artifactory-deb

Usage

The ArtifactoryDeb 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 {ArtifactoryDebResource, ArtifactoryDebResourceType} from '@decentm/concourse-ts-resource-artifactory-deb'

export class CorpityCorpArtifactoryDeb extends ArtifactoryDebResource {
  constructor(name: string, init?: Type.Initer<CorpityCorpArtifactoryDeb>) {
    super(name, new ArtifactoryDebResourceType(/*...*/))

    // 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