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

unplugin-detect-duplicated-deps

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-detect-duplicated-deps - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

dist/chunk-2QPJR7FW.mjs

4

./dist/index.js
"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

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