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 6.0.0 to 6.0.1-rc.1

35

package.json
{
"name": "vite-plugin-istanbul",
"version": "6.0.0",
"version": "6.0.1-rc.1",
"author": "iFaxity (christian@faxity.se)",

@@ -9,3 +9,3 @@ "license": "MIT",

],
"main": "./dist/index.cjs",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",

@@ -17,3 +17,3 @@ "types": "./dist/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": null
}

@@ -56,15 +56,20 @@ },

"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.11.24",
"@types/ws": "^8.5.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"unbuild": "^2.0.0"
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "20.12.8",
"@types/ws": "8.5.10",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"rollup": "4.17.2",
"typescript": "5.4.5",
"unbuild": "2.0.0"
},
"packageManager": "pnpm@9.0.6+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879",
"engines": {
"node": "^20.12.2"
}
}
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