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

portal-vue

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portal-vue - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1-beta.0

src/components/.DS_Store

26

package.json
{
"name": "portal-vue",
"version": "1.5.0",
"version": "1.5.1-beta.0",
"description": "A Vue component to render elements outside of a component's template, elsewhere in the DOM",

@@ -48,26 +48,2 @@ "main": "dist/portal-vue.js",

},
"babel": {
"presets": [
[
"es2015",
{
"modules": false
}
],
"stage-3"
],
"plugins": [
"transform-vue-jsx"
],
"comments": true,
"env": {
"jest": true,
"test": {
"presets": [
"es2015",
"stage-3"
]
}
}
},
"devDependencies": {

@@ -74,0 +50,0 @@ "@vue/test-utils": "1.0.0-beta.17",

@@ -145,5 +145,2 @@ // import { transports } from './wormhole'

// Solves a bug where Vue would sometimes duplicate elements upon changing multiple or disabled
const wrapperKey = this.ownTransports.length
return noWrapper ? (

@@ -155,3 +152,2 @@ children[0]

{...this.attributes}
key={wrapperKey}
>

@@ -158,0 +154,0 @@ {children}

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