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
1
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.3.8 to 0.3.9

3

dist/index.d.ts

@@ -74,2 +74,3 @@ import * as bundle_runner from 'bundle-runner';

_dynamicEntrypoints: Identifier[];
updateManifest: (manifest: ClientManifest) => void;
}

@@ -92,2 +93,3 @@ declare type RenderOptions = Partial<Exclude<RendererContext, 'entrypoints'>>;

}): {
rendererContext: RendererContext;
renderToString(ssrContext: SSRContext): Promise<{

@@ -108,2 +110,3 @@ html: any;

declare function createBundleRenderer(_bundle: any, renderOptions: BundleRenderOptions): {
rendererContext: RendererContext;
renderToString(ssrContext: SSRContext): Promise<{

@@ -110,0 +113,0 @@ html: any;

2

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

@@ -5,0 +5,0 @@ "repository": "nuxt-contrib/vue-bundle-renderer",

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