Socket
Socket
Sign inDemoInstall

vite-plugin-istanbul

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-istanbul - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

9

CHANGELOG.md

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

# [2.7.0](https://github.com/ifaxity/vite-plugin-istanbul/compare/v2.6.1...v2.7.0) (2022-04-12)
## [2.7.1](https://github.com/ifaxity/vite-plugin-istanbul/compare/v2.7.0...v2.7.1) (2022-04-13)

@@ -6,7 +6,2 @@

* Load CYPRESS_COVERAGE from process.env ([ba6ea74](https://github.com/ifaxity/vite-plugin-istanbul/commit/ba6ea743ce1b897fe6290aaedf2b4f000686c8b6))
### Features
* Replaced chalk with picocolors ([a4ee760](https://github.com/ifaxity/vite-plugin-istanbul/commit/a4ee7600adac092b1766e750dde411ce16569184))
* Reverted [#27](https://github.com/ifaxity/vite-plugin-istanbul/issues/27) fix for this.getFileName() ([d9fbab1](https://github.com/ifaxity/vite-plugin-istanbul/commit/d9fbab1c66bfa0892cfedeac78232be93aacc8c9))

@@ -106,5 +106,4 @@ "use strict";

if (exclude.shouldInstrument(id)) {
const filename = this.getFileName(id);
const sourceMap = sanitizeSourceMap(this.getCombinedSourcemap());
const code = instrumenter.instrumentSync(srcCode, filename, sourceMap);
const code = instrumenter.instrumentSync(srcCode, id, sourceMap);
const map = instrumenter.lastSourceMap();

@@ -111,0 +110,0 @@ // Required to cast to correct mapping value

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

@@ -5,0 +5,0 @@ "license": "MIT",

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