unplugin-detect-duplicated-deps
Advanced tools
Comparing version 0.3.2 to 0.3.3
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkOQYLVP4Ejs = require('./chunk-OQYLVP4E.js'); | ||
var _chunk74VFPZ3Ijs = require('./chunk-74VFPZ3I.js'); | ||
require('./chunk-AZ2QCLQH.js'); | ||
exports.default = _chunkOQYLVP4Ejs.src_default; | ||
exports.default = _chunk74VFPZ3Ijs.src_default; |
@@ -21,3 +21,3 @@ import * as unplugin from 'unplugin'; | ||
whitelist?: Record<string, string[]>; | ||
customErrorMessage?: (issuePackagesMap: Map<string, string[]>) => string; | ||
customErrorMessage?: (issuePackagesMap: Map<string, string[]>, duplicatedDeps: Record<string, string[]>) => string; | ||
logLevel?: 'debug' | 'error'; | ||
@@ -24,0 +24,0 @@ } |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkOQYLVP4Ejs = require('./chunk-OQYLVP4E.js'); | ||
var _chunk74VFPZ3Ijs = require('./chunk-74VFPZ3I.js'); | ||
require('./chunk-AZ2QCLQH.js'); | ||
exports.default = _chunkOQYLVP4Ejs.src_default; | ||
exports.default = _chunk74VFPZ3Ijs.src_default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkOQYLVP4Ejs = require('./chunk-OQYLVP4E.js'); | ||
var _chunk74VFPZ3Ijs = require('./chunk-74VFPZ3I.js'); | ||
require('./chunk-AZ2QCLQH.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkOQYLVP4Ejs.src_default.rollup; | ||
var rollup_default = _chunk74VFPZ3Ijs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkOQYLVP4Ejs = require('./chunk-OQYLVP4E.js'); | ||
var _chunk74VFPZ3Ijs = require('./chunk-74VFPZ3I.js'); | ||
require('./chunk-AZ2QCLQH.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkOQYLVP4Ejs.src_default.vite; | ||
var vite_default = _chunk74VFPZ3Ijs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "unplugin-detect-duplicated-deps", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Detect duplicate packaged dependencies", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29819
631