New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-bundle-renderer

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-bundle-renderer - npm Package Compare versions

Comparing version 0.5.0 to 1.0.0

45

package.json
{
"name": "vue-bundle-renderer",
"version": "0.5.0",
"version": "1.0.0",
"description": "Bundle Renderer for Vue 3.0",

@@ -10,7 +10,9 @@ "repository": "nuxt-contrib/vue-bundle-renderer",

"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./runtime": {
"require": "./dist/runtime.cjs",
"import": "./dist/runtime.mjs"
"import": "./dist/runtime.mjs",
"types": "./dist/runtime.d.ts"
}

@@ -25,26 +27,27 @@ },

],
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts src",
"prerelease": "pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
},
"dependencies": {
"ufo": "^0.8.6"
"ufo": "^1.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@vitest/coverage-c8": "^0.24.3",
"eslint": "^8.25.0",
"expect-type": "^0.14.2",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"eslint": "^8.27.0",
"expect-type": "^0.15.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "^3.1.8",
"vitest": "0.24.3",
"vue": "3.2.41"
"vite": "^3.2.4",
"vitest": "0.25.2",
"vue": "3.2.45"
},
"packageManager": "pnpm@7.8.0",
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts src",
"prerelease": "pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
}
}
"packageManager": "pnpm@7.8.0"
}
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