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

@codacy/api-typescript

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codacy/api-typescript - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

4

lib/models/mappers.d.ts
import * as msRest from "@azure/ms-rest-js";
export declare const Version: msRest.CompositeMapper;
export declare const JoinModeRequest: msRest.CompositeMapper;
export declare const JoinResponse: msRest.CompositeMapper;

@@ -19,2 +20,4 @@ export declare const RequestToJoin: msRest.CompositeMapper;

export declare const Billing: msRest.CompositeMapper;
export declare const OrganizationBillingInformationInvoiceDetails: msRest.CompositeMapper;
export declare const Tax: msRest.CompositeMapper;
export declare const OrganizationBillingInformation: msRest.CompositeMapper;

@@ -59,2 +62,3 @@ export declare const OrganizationBillingInformationResponse: msRest.CompositeMapper;

export declare const Count: msRest.CompositeMapper;
export declare const PatternsCount: msRest.CompositeMapper;
export declare const IssuesOverviewCounts: msRest.CompositeMapper;

@@ -61,0 +65,0 @@ export declare const IssuesOverview: msRest.CompositeMapper;

3

lib/models/parameters.d.ts

@@ -17,3 +17,4 @@ import * as msRest from "@azure/ms-rest-js";

export declare const fileId: msRest.OperationURLParameter;
export declare const filter: msRest.OperationQueryParameter;
export declare const filter0: msRest.OperationQueryParameter;
export declare const filter1: msRest.OperationQueryParameter;
export declare const includeNotAnalyzed: msRest.OperationQueryParameter;

@@ -20,0 +21,0 @@ export declare const issueId: msRest.OperationURLParameter;

@@ -183,3 +183,3 @@ /*

};
export var filter = {
export var filter0 = {
parameterPath: [

@@ -192,6 +192,19 @@ "options",

type: {
name: "String"
}
}
};
export var filter1 = {
parameterPath: [
"options",
"filter"
],
mapper: {
serializedName: "filter",
type: {
name: "Enum",
allowedValues: [
"Synced",
"NotSynced"
"NotSynced",
"local"
]

@@ -198,0 +211,0 @@ }

{
"name": "@codacy/api-typescript",
"version": "1.0.16",
"version": "1.0.17",
"description": "Codacy API client for Typescript",

@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme",

},
"apiVersion": "28.16.8"
"apiVersion": "28.26.0"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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