Socket
Socket
Sign inDemoInstall

vite-plugin-istanbul

Package Overview
Dependencies
3
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.6.0

10

CHANGELOG.md

@@ -1,2 +0,2 @@

## [2.5.1](https://github.com/ifaxity/vite-plugin-istanbul/compare/v2.5.0...v2.5.1) (2022-03-06)
# [2.6.0](https://github.com/ifaxity/vite-plugin-istanbul/compare/v2.5.1...v2.6.0) (2022-04-11)

@@ -6,2 +6,8 @@

* Docs for automatic sourcemapping ([21b7750](https://github.com/ifaxity/vite-plugin-istanbul/commit/21b77509330e8adf95643d3daa2b768a6a5bdd8d))
* Added typings for "ws" to fix typing problem with Vite@^2.9.0 ([cced656](https://github.com/ifaxity/vite-plugin-istanbul/commit/cced656421b7815f4a58937c9171e7ba48934922))
### Features
* Updated dependencies and switched to npm ([c7e321d](https://github.com/ifaxity/vite-plugin-istanbul/commit/c7e321d998ae3e6afe7a86e4d6f816c2fddbc5a3))
* Updated dependencies and switched to npm ([891c5c9](https://github.com/ifaxity/vite-plugin-istanbul/commit/891c5c9984e161e42530ed6232ea0c54bbb32cbd))

4

dist/index.js

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

const test_exclude_1 = __importDefault(require("test-exclude"));
const chalk_1 = require("chalk");
const chalk_1 = __importDefault(require("chalk"));
// Custom extensions to include .vue files

@@ -55,3 +55,3 @@ const DEFAULT_EXTENSION = ['.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx', '.vue'];

if (!((_a = config.build) === null || _a === void 0 ? void 0 : _a.sourcemap)) {
logger.warn(`${PLUGIN_NAME}> ${(0, chalk_1.yellow)(`Sourcemaps was automatically enabled for code coverage to be accurate.
logger.warn(`${PLUGIN_NAME}> ${chalk_1.default.yellow(`Sourcemaps was automatically enabled for code coverage to be accurate.
To hide this message set build.sourcemap to true, 'inline' or 'hidden'.`)}`);

@@ -58,0 +58,0 @@ // Enforce sourcemapping,

{
"name": "vite-plugin-istanbul",
"version": "2.5.1",
"version": "2.6.0",
"author": "iFaxity (christian@faxity.se)",

@@ -32,13 +32,14 @@ "license": "MIT",

"dependencies": {
"chalk": "^4.1.2",
"istanbul-lib-instrument": "^4.0.3",
"chalk": "^5.0.1",
"istanbul-lib-instrument": "^5.1.0",
"test-exclude": "^6.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/node": "^16.3.1",
"typescript": "^4.3.5",
"vite": "^2.7.10"
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.23",
"@types/ws": "^8.5.3",
"typescript": "^4.6.3",
"vite": "^2.9.1"
}
}
vite-plugin-istanbul
==========================
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a0c628b128c044269faefc1da74382f7)](https://www.codacy.com/gh/iFaxity/vite-plugin-istanbul/dashboard?utm_source=github.com&utm_medium=referral&utm_content=iFaxity/vite-plugin-istanbul&utm_campaign=Badge_Grade)
[![Codacy grade](https://img.shields.io/codacy/grade/a0c628b128c044269faefc1da74382f7?style=for-the-badge&logo=codacy)](https://www.codacy.com/gh/iFaxity/vite-plugin-istanbul/dashboard)
[![npm (scoped)](https://img.shields.io/npm/v/vite-plugin-istanbul?style=for-the-badge&logo=npm)](https://npmjs.org/package/vite-plugin-istanbul)

@@ -6,0 +5,0 @@ [![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/vite-plugin-istanbul?label=Bundle%20size&style=for-the-badge)](https://npmjs.org/package/vite-plugin-istanbul)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc