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

single-spa-vue

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

single-spa-vue - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/single-spa-vue.js

@@ -51,3 +51,5 @@ 'use strict';

mountedInstances.instance = new opts.Vue(opts.appOptions);
mountedInstances.instance = mountedInstances.instance.bind(mountedInstances.instance);
if (mountedInstances.instance.bind) {
mountedInstances.instance = mountedInstances.instance.bind(mountedInstances.instance);
}
resolve();

@@ -54,0 +56,0 @@ });

{
"name": "single-spa-vue",
"version": "1.0.0",
"version": "1.0.1",
"description": "a single-spa plugin for vue.js applications",

@@ -5,0 +5,0 @@ "main": "lib/single-spa-vue.js",

@@ -43,3 +43,5 @@ const defaultOpts = {

mountedInstances.instance = new opts.Vue(opts.appOptions);
mountedInstances.instance = mountedInstances.instance.bind(mountedInstances.instance)
if (mountedInstances.instance.bind) {
mountedInstances.instance = mountedInstances.instance.bind(mountedInstances.instance);
}
resolve();

@@ -46,0 +48,0 @@ });

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