Socket
Socket
Sign inDemoInstall

@umijs/renderer-vue

Package Overview
Dependencies
Maintainers
10
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umijs/renderer-vue - npm Package Compare versions

Comparing version 4.0.0-canary.20220429.4 to 4.0.0-canary.20220506.1

7

dist/browser.jsx

@@ -37,3 +37,8 @@ // @ts-ignore

});
const router = createRouter(Object.assign(Object.assign({}, routerConfig), { history: opts.history, strict: true, routes }));
const router = createRouter({
...routerConfig,
history: opts.history,
strict: true,
routes,
});
opts.pluginManager.applyPlugins({

@@ -40,0 +45,0 @@ type: 'event',

2

package.json
{
"name": "@umijs/renderer-vue",
"version": "4.0.0-canary.20220429.4",
"version": "4.0.0-canary.20220506.1",
"description": "@umijs/renderer-vue",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/umijs/umi-next/tree/master/packages/renderer-vue#readme",

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