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

@snyk/code-client

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/code-client - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

4

dist/index.d.ts

@@ -7,3 +7,3 @@ import { analyzeFolders, extendAnalysis, analyzeGit } from './analysis';

import { ISupportedFiles } from './interfaces/files.interface';
import { IFileSuggestion, IFilePath, IMarker, ISuggestion, ISuggestions, IAnalysisResult, IFileBundle, IGitBundle } from './interfaces/analysis-result.interface';
export { getGlobPatterns, analyzeFolders, extendAnalysis, analyzeGit, startSession, checkSession, reportEvent, reportError, emitter, constants, IFileSuggestion, IFilePath, IMarker, ISuggestion, ISuggestions, IAnalysisResult, IFileBundle, IGitBundle, ISupportedFiles, };
import { IFileSuggestion, IFilePath, IMarker, ISuggestion, ISuggestions, IAnalysisResult, IFileBundle, IGitBundle, AnalysisSeverity } from './interfaces/analysis-result.interface';
export { getGlobPatterns, analyzeFolders, extendAnalysis, analyzeGit, startSession, checkSession, reportEvent, reportError, emitter, constants, AnalysisSeverity, IFileSuggestion, IFilePath, IMarker, ISuggestion, ISuggestions, IAnalysisResult, IFileBundle, IGitBundle, ISupportedFiles, };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.constants = exports.emitter = exports.reportError = exports.reportEvent = exports.checkSession = exports.startSession = exports.analyzeGit = exports.extendAnalysis = exports.analyzeFolders = exports.getGlobPatterns = void 0;
exports.AnalysisSeverity = exports.constants = exports.emitter = exports.reportError = exports.reportEvent = exports.checkSession = exports.startSession = exports.analyzeGit = exports.extendAnalysis = exports.analyzeFolders = exports.getGlobPatterns = void 0;
const analysis_1 = require("./analysis");

@@ -42,2 +42,4 @@ Object.defineProperty(exports, "analyzeFolders", { enumerable: true, get: function () { return analysis_1.analyzeFolders; } });

Object.defineProperty(exports, "getGlobPatterns", { enumerable: true, get: function () { return files_1.getGlobPatterns; } });
const analysis_result_interface_1 = require("./interfaces/analysis-result.interface");
Object.defineProperty(exports, "AnalysisSeverity", { enumerable: true, get: function () { return analysis_result_interface_1.AnalysisSeverity; } });
//# sourceMappingURL=index.js.map

@@ -67,3 +67,3 @@ {

},
"version": "2.3.0"
"version": "2.4.0"
}

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