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 1.0.2 to 1.0.3

dist/types-b178c7f3.d.ts

6

dist/index.d.ts
import { Manifest } from 'vite';
import { M as Manifest$1 } from './types-dfcc483f.js';
export { M as Manifest, R as ResourceMeta, d as defineManifest } from './types-dfcc483f.js';
import { M as Manifest$1 } from './types-b178c7f3.js';
export { R as ResourceMeta, d as defineManifest } from './types-b178c7f3.js';

@@ -21,2 +21,2 @@ declare function normalizeViteManifest(manifest: Manifest | Manifest$1): Manifest$1;

export { normalizeViteManifest, normalizeWebpackManifest };
export { Manifest$1 as Manifest, normalizeViteManifest, normalizeWebpackManifest };

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

import { R as ResourceMeta, M as Manifest } from './types-dfcc483f.js';
import { R as ResourceMeta, M as Manifest } from './types-b178c7f3.js';

@@ -3,0 +3,0 @@ interface ModuleDependencies {

{
"name": "vue-bundle-renderer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bundle Renderer for Vue 3.0",

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

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

@@ -28,16 +28,16 @@ },

"dependencies": {
"ufo": "^1.1.0"
"ufo": "^1.1.1"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"eslint": "^8.27.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.15.7",
"@vitest/coverage-c8": "^0.29.7",
"changelogen": "^0.5.1",
"eslint": "^8.36.0",
"expect-type": "^0.15.0",
"standard-version": "^9.5.0",
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "^3.2.4",
"vitest": "0.25.2",
"vue": "3.2.45"
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vite": "^4.2.1",
"vitest": "0.29.7",
"vue": "3.2.47"
},

@@ -49,6 +49,5 @@ "packageManager": "pnpm@7.8.0",

"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",
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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