Socket
Socket
Sign inDemoInstall

snyk-nuget-plugin

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-nuget-plugin - npm Package Compare versions

Comparing version 1.19.1 to 1.19.2

1

dist/errors/big-tree-error.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BigTreeError = void 0;
class BigTreeError extends Error {

@@ -4,0 +5,0 @@ constructor(...args) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileNotFoundError = void 0;
class FileNotFoundError extends Error {

@@ -4,0 +5,0 @@ constructor(...args) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileNotProcessableError = void 0;
class FileNotProcessableError extends Error {

@@ -4,0 +5,0 @@ constructor(...args) {

10

dist/errors/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var big_tree_error_1 = require("./big-tree-error");
exports.BigTreeError = big_tree_error_1.BigTreeError;
Object.defineProperty(exports, "BigTreeError", { enumerable: true, get: function () { return big_tree_error_1.BigTreeError; } });
var file_not_found_error_1 = require("./file-not-found-error");
exports.FileNotFoundError = file_not_found_error_1.FileNotFoundError;
Object.defineProperty(exports, "FileNotFoundError", { enumerable: true, get: function () { return file_not_found_error_1.FileNotFoundError; } });
var file_not_processable_error_1 = require("./file-not-processable-error");
exports.FileNotProcessableError = file_not_processable_error_1.FileNotProcessableError;
Object.defineProperty(exports, "FileNotProcessableError", { enumerable: true, get: function () { return file_not_processable_error_1.FileNotProcessableError; } });
var invalid_manifest_error_1 = require("./invalid-manifest-error");
exports.InvalidManifestError = invalid_manifest_error_1.InvalidManifestError;
Object.defineProperty(exports, "InvalidManifestError", { enumerable: true, get: function () { return invalid_manifest_error_1.InvalidManifestError; } });
var invalid_target_file_1 = require("./invalid-target-file");
exports.InvalidTargetFile = invalid_target_file_1.InvalidTargetFile;
Object.defineProperty(exports, "InvalidTargetFile", { enumerable: true, get: function () { return invalid_target_file_1.InvalidTargetFile; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidManifestError = void 0;
class InvalidManifestError extends Error {

@@ -4,0 +5,0 @@ constructor(...args) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidTargetFile = void 0;
class InvalidTargetFile extends Error {

@@ -4,0 +5,0 @@ constructor(...args) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.inspect = void 0;
const path = require("path");

@@ -4,0 +5,0 @@ const nugetParser = require("./nuget-parser");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTargetFrameworksFromProjFile = void 0;
const errors_1 = require("../errors");

@@ -7,3 +8,3 @@ const fs = require("fs");

const parseXML = require("xml2js");
const _ = require("@snyk/lodash");
const _ = require("lodash");
const debugModule = require("debug");

@@ -10,0 +11,0 @@ const framework_1 = require("./framework");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fromPackagesConfigEntry = exports.fromFolderName = exports.cloneShallow = void 0;
const debugModule = require("debug");

@@ -4,0 +5,0 @@ const debug = debugModule('snyk');

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
const errors_1 = require("../errors");
const _ = require("@snyk/lodash");
const _ = require("lodash");
const debugModule = require("debug");

@@ -6,0 +7,0 @@ const debug = debugModule('snyk');

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
const fs = require("fs");

@@ -4,0 +5,0 @@ const path = require("path");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toReadableFramework = void 0;
function toReadableFramework(targetFramework) {

@@ -4,0 +5,0 @@ const typeMapping = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getMinimumTargetFrameworkFromPackagesConfig = exports.buildDepTreeFromFiles = void 0;
const fs = require("fs");
const path = require("path");
const csproj_parser_1 = require("./csproj-parser");
const _ = require("@snyk/lodash");
const _ = require("lodash");
const debugModule = require("debug");

@@ -8,0 +9,0 @@ const debug = debugModule('snyk');

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseNuspec = void 0;
const JSZip = require("jszip");

@@ -7,3 +8,3 @@ const fs = require("fs");

const parseXML = require("xml2js");
const _ = require("@snyk/lodash");
const _ = require("lodash");
const debugModule = require("debug");

@@ -10,0 +11,0 @@ const debug = debugModule('snyk');

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
const parseXML = require("xml2js");

@@ -4,0 +5,0 @@ const debugModule = require("debug");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
const debugModule = require("debug");

@@ -4,0 +5,0 @@ const debug = debugModule('snyk');

@@ -36,3 +36,3 @@ {

"dependencies": {
"@snyk/lodash": "4.17.15-patch",
"lodash": "^4.17.20",
"debug": "^4.1.1",

@@ -53,3 +53,3 @@ "dotnet-deps-parser": "4.11.0",

},
"version": "1.19.1"
"version": "1.19.2"
}

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

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

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

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

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

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