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

@socketsecurity/config

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/config - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

11

index.d.ts
export type SocketYmlGitHub = {
enabled?: boolean | undefined;
ignoreUsers?: string[] | undefined;
projectReportsEnabled?: boolean | undefined;
pullRequestAlertsEnabled?: boolean | undefined;
dependencyOverviewEnabled?: boolean | undefined;
enabled?: boolean;
ignoreUsers?: string[];
projectReportsEnabled?: boolean;
pullRequestAlertsEnabled?: boolean;
dependencyOverviewEnabled?: boolean;
authenticatedProjectReports?: boolean;
};

@@ -8,0 +9,0 @@ export type SocketYml = {

@@ -18,2 +18,3 @@ 'use strict'

* @property {boolean} [dependencyOverviewEnabled] enable/disable Pull request comments with details about changed dependencies
* @property {boolean} [authenticatedProjectReports] enable/disable authenticated project report URLs
*/

@@ -57,3 +58,4 @@

pullRequestAlertsEnabled: { type: 'boolean', nullable: true },
dependencyOverviewEnabled: { type: 'boolean', nullable: true }
dependencyOverviewEnabled: { type: 'boolean', nullable: true },
authenticatedProjectReports: { type: 'boolean', nullable: true }
},

@@ -60,0 +62,0 @@ required: [],

export type SocketYmlV1 = {
ignore?: string[] | undefined;
ignore?: string[];
issues?: {
[issueName: string]: boolean;
} | undefined;
beta?: boolean | undefined;
enabled?: boolean | undefined;
projectReportsEnabled?: boolean | undefined;
pullRequestAlertsEnabled?: boolean | undefined;
};
beta?: boolean;
enabled?: boolean;
projectReportsEnabled?: boolean;
pullRequestAlertsEnabled?: boolean;
};
export const socketYmlSchemaV1: import('ajv').JSONSchemaType<SocketYmlV1>;
//# sourceMappingURL=v1.d.ts.map
{
"name": "@socketsecurity/config",
"version": "2.1.2",
"version": "2.1.3",
"description": "Config parser for Socket.dev",

@@ -78,3 +78,3 @@ "homepage": "http://github.com/SocketDev/socket-config-js",

"type-coverage": "^2.24.1",
"typescript": "~4.9.5",
"typescript": "~5.0.2",
"auto-changelog": "^2.4.0",

@@ -81,0 +81,0 @@ "gh-release": "^7.0.2"

@@ -48,2 +48,6 @@ {

"nullable": true
},
"authenticatedProjectReports": {
"type": "boolean",
"nullable": true
}

@@ -50,0 +54,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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