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

artifact-engine

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artifact-engine - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

package.json
{
"name": "artifact-engine",
"version": "0.1.9",
"version": "0.1.10",
"description": "Artifact Engine to download artifacts from jenkins, teamcity, vsts",

@@ -5,0 +5,0 @@ "repository": {

@@ -1,2 +0,2 @@

import ifm = require('../interfaces');
import ifm = require('../Interfaces');
export declare class BasicCredentialHandler implements ifm.IRequestHandler {

@@ -3,0 +3,0 @@ username: string;

@@ -1,2 +0,2 @@

import ifm = require('../interfaces');
import ifm = require('../Interfaces');
export declare class BearerCredentialHandler implements ifm.IRequestHandler {

@@ -3,0 +3,0 @@ token: string;

@@ -1,2 +0,2 @@

import ifm = require('../interfaces');
import ifm = require('../Interfaces');
export declare class NtlmCredentialHandler implements ifm.IRequestHandler {

@@ -3,0 +3,0 @@ username: string;

@@ -1,2 +0,2 @@

import ifm = require('../interfaces');
import ifm = require('../Interfaces');
export declare class PersonalAccessTokenCredentialHandler implements ifm.IRequestHandler {

@@ -3,0 +3,0 @@ token: string;

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