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.9.0 to 3.0.0

dist/index.cjs

9

CHANGELOG.md

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

# [2.9.0](https://github.com/ifaxity/vite-plugin-istanbul/compare/v2.8.0...v2.9.0) (2022-07-16)
# [3.0.0](https://github.com/ifaxity/vite-plugin-istanbul/compare/v2.9.0...v3.0.0) (2022-08-15)

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

* Updated lockfile ([f1e8048](https://github.com/ifaxity/vite-plugin-istanbul/commit/f1e80483419c304d59ec4e5b71ad54daf8b2f086))
### Features
* Reading config from nyc config files ([a8a7c95](https://github.com/ifaxity/vite-plugin-istanbul/commit/a8a7c95b848cc1b0f1718a35a3a1c5e4ee9c281b))
* Exported IstanbulPluginOptions ([8ebf14f](https://github.com/ifaxity/vite-plugin-istanbul/commit/8ebf14f35fead46cdf9f7a5fc9b84c3a53829fbf))
import { Plugin } from 'vite';
declare global {

@@ -16,4 +17,4 @@ var __coverage__: any;

}
declare const _default: (opts?: IstanbulPluginOptions) => Plugin;
export = _default;
//# sourceMappingURL=index.d.ts.map
declare function istanbulPlugin(opts?: IstanbulPluginOptions): Plugin;
export { IstanbulPluginOptions, istanbulPlugin as default };
{
"name": "vite-plugin-istanbul",
"version": "2.9.0",
"version": "3.0.0",
"author": "iFaxity (christian@faxity.se)",
"license": "MIT",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/*"
],
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc"
"dev": "unbuild --stub",
"build": "unbuild",
"prepublishOnly": "npm run build"
},

@@ -43,4 +51,5 @@ "homepage": "https://github.com/ifaxity/vite-plugin-istanbul",

"typescript": "^4.6.3",
"unbuild": "^0.8.8",
"vite": "^2.9.1"
}
}
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