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

@soos-io/api-client

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soos-io/api-client - npm Package Compare versions

Comparing version

to
0.2.29-pre.1

dist/services/ContributingDeveloperAuditService/ContributingDeveloperAuditService.d.ts

4

dist/enums.d.ts

@@ -87,2 +87,6 @@ export declare enum ContributingDeveloperSource {

}
export declare enum ScmType {
Unknown = "Unknown",
GitHub = "GitHub"
}
export declare enum SeverityEnum {

@@ -89,0 +93,0 @@ Unknown = "Unknown",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OnFailure = exports.OutputFormat = exports.LogLevel = exports.SeverityEnum = exports.ScanType = exports.ScanStatus = exports.ManifestStatus = exports.PackageManagerType = exports.IntegrationType = exports.IntegrationName = exports.ContributingDeveloperSource = void 0;
exports.OnFailure = exports.OutputFormat = exports.LogLevel = exports.SeverityEnum = exports.ScmType = exports.ScanType = exports.ScanStatus = exports.ManifestStatus = exports.PackageManagerType = exports.IntegrationType = exports.IntegrationName = exports.ContributingDeveloperSource = void 0;
var ContributingDeveloperSource;

@@ -97,2 +97,7 @@ (function (ContributingDeveloperSource) {

})(ScanType || (exports.ScanType = ScanType = {}));
var ScmType;
(function (ScmType) {
ScmType["Unknown"] = "Unknown";
ScmType["GitHub"] = "GitHub";
})(ScmType || (exports.ScmType = ScmType = {}));
var SeverityEnum;

@@ -99,0 +104,0 @@ (function (SeverityEnum) {

@@ -0,0 +0,0 @@ module.exports = {

2

package.json
{
"name": "@soos-io/api-client",
"version": "0.2.28",
"version": "0.2.29-pre.1",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -0,0 +0,0 @@ # [About SOOS](https://soos.io/)

Sorry, the diff of this file is not supported yet