Socket
Socket
Sign inDemoInstall

@vue/server-renderer

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/server-renderer - npm Package Compare versions

Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8

2

dist/server-renderer.d.ts

@@ -51,2 +51,4 @@ import { App } from 'vue';

export declare function ssrRenderPortal(contentRenderFn: (push: PushFn) => void, target: string, parentComponent: ComponentInternalInstance): void;
export declare function ssrRenderSlot(slots: Slots | SSRSlots, slotName: string, slotProps: Props, fallbackRenderFn: (() => void) | null, push: PushFn, parentComponent: ComponentInternalInstance): void;

@@ -53,0 +55,0 @@

13

package.json
{
"name": "@vue/server-renderer",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"description": "@vue/server-renderer",

@@ -18,3 +18,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
"url": "git+https://github.com/vuejs/vue-next.git"
},

@@ -27,11 +27,12 @@ "keywords": [

"bugs": {
"url": "https://github.com/vuejs/vue/issues"
"url": "https://github.com/vuejs/vue-next/issues"
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/server-renderer#readme",
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/server-renderer#readme",
"peerDependencies": {
"vue": "3.0.0-alpha.7"
"vue": "3.0.0-alpha.8"
},
"dependencies": {
"@vue/compiler-ssr": "3.0.0-alpha.7"
"@vue/shared": "3.0.0-alpha.8",
"@vue/compiler-ssr": "3.0.0-alpha.8"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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