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

bundlemon-utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundlemon-utils - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

12

lib/cjs/consts.js

@@ -9,3 +9,3 @@ "use strict";

Compression["Brotli"] = "brotli";
})(Compression = exports.Compression || (exports.Compression = {}));
})(Compression || (exports.Compression = Compression = {}));
var DiffChange;

@@ -17,3 +17,3 @@ (function (DiffChange) {

DiffChange["Remove"] = "Remove";
})(DiffChange = exports.DiffChange || (exports.DiffChange = {}));
})(DiffChange || (exports.DiffChange = DiffChange = {}));
var Status;

@@ -23,3 +23,3 @@ (function (Status) {

Status["Fail"] = "Fail";
})(Status = exports.Status || (exports.Status = {}));
})(Status || (exports.Status = Status = {}));
var FailReason;

@@ -29,7 +29,7 @@ (function (FailReason) {

FailReason["MaxPercentIncrease"] = "MaxPercentIncrease";
})(FailReason = exports.FailReason || (exports.FailReason = {}));
})(FailReason || (exports.FailReason = FailReason = {}));
var ProjectProvider;
(function (ProjectProvider) {
ProjectProvider["GitHub"] = "github";
})(ProjectProvider = exports.ProjectProvider || (exports.ProjectProvider = {}));
})(ProjectProvider || (exports.ProjectProvider = ProjectProvider = {}));
var CommitRecordReviewResolution;

@@ -40,2 +40,2 @@ (function (CommitRecordReviewResolution) {

CommitRecordReviewResolution["Reset"] = "reset";
})(CommitRecordReviewResolution = exports.CommitRecordReviewResolution || (exports.CommitRecordReviewResolution = {}));
})(CommitRecordReviewResolution || (exports.CommitRecordReviewResolution = CommitRecordReviewResolution = {}));

@@ -20,3 +20,3 @@ import { CommitRecordReviewResolution, Compression, DiffChange, FailReason, Status } from './consts';

}
export declare type FileStatusObject = {
export type FileStatusObject = {
status: Status.Pass;

@@ -28,3 +28,3 @@ failReasons?: undefined;

};
export declare type FileDetailsDiff = FileDetails & {
export type FileDetailsDiff = FileDetails & {
diff: DiffFromBase;

@@ -43,3 +43,3 @@ } & FileStatusObject;

* @minLength 1
* @maxLength 100
* @maxLength 200
*/

@@ -55,3 +55,3 @@ branch: string;

* @minLength 1
* @maxLength 100
* @maxLength 200
*/

@@ -127,3 +127,3 @@ baseBranch?: string;

}
export declare type OutputResult = 'success' | 'failure' | 'skipped';
export type OutputResult = 'success' | 'failure' | 'skipped';
export interface OutputResponse {

@@ -134,3 +134,3 @@ result: OutputResult;

}
export declare type GithubOutputTypes = 'checkRun' | 'commitStatus' | 'prComment';
export declare type GithubOutputResponse = Partial<Record<GithubOutputTypes, OutputResponse>>;
export type GithubOutputTypes = 'checkRun' | 'commitStatus' | 'prComment';
export type GithubOutputResponse = Partial<Record<GithubOutputTypes, OutputResponse>>;

@@ -20,3 +20,3 @@ import { CommitRecordReviewResolution, Compression, DiffChange, FailReason, Status } from './consts';

}
export declare type FileStatusObject = {
export type FileStatusObject = {
status: Status.Pass;

@@ -28,3 +28,3 @@ failReasons?: undefined;

};
export declare type FileDetailsDiff = FileDetails & {
export type FileDetailsDiff = FileDetails & {
diff: DiffFromBase;

@@ -43,3 +43,3 @@ } & FileStatusObject;

* @minLength 1
* @maxLength 100
* @maxLength 200
*/

@@ -55,3 +55,3 @@ branch: string;

* @minLength 1
* @maxLength 100
* @maxLength 200
*/

@@ -127,3 +127,3 @@ baseBranch?: string;

}
export declare type OutputResult = 'success' | 'failure' | 'skipped';
export type OutputResult = 'success' | 'failure' | 'skipped';
export interface OutputResponse {

@@ -134,3 +134,3 @@ result: OutputResult;

}
export declare type GithubOutputTypes = 'checkRun' | 'commitStatus' | 'prComment';
export declare type GithubOutputResponse = Partial<Record<GithubOutputTypes, OutputResponse>>;
export type GithubOutputTypes = 'checkRun' | 'commitStatus' | 'prComment';
export type GithubOutputResponse = Partial<Record<GithubOutputTypes, OutputResponse>>;
{
"name": "bundlemon-utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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