Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stencil/vue-output-target

Package Overview
Dependencies
Maintainers
11
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/vue-output-target - npm Package Compare versions

Comparing version 0.6.1-dev.11672265832.141367b9 to 0.6.1-dev.11676048291.1d2fefc9

6

package.json
{
"name": "@stencil/vue-output-target",
"version": "0.6.1-dev.11672265832.141367b9",
"version": "0.6.1-dev.11676048291.1d2fefc9",
"description": "Vue output target for @stencil/core components.",

@@ -39,3 +39,3 @@ "main": "dist/index.cjs.js",

"peerDependencies": {
"@stencil/core": "^2.9.0"
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0"
},

@@ -56,3 +56,3 @@ "jest": {

},
"gitHead": "41367b9fbe051dbc14ad7b5c321d932cf89b2451"
"gitHead": "d2fefc950d237782ab8bd4dbf443bddfb7ac1784"
}

@@ -158,3 +158,3 @@ import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue';

const value = props[key];
if (props.hasOwnProperty(key) && value !== EMPTY_PROP || key.startsWith(ARIA_PROP_PREFIX)) {
if ((props.hasOwnProperty(key) && value !== EMPTY_PROP) || key.startsWith(ARIA_PROP_PREFIX)) {
propsToAdd[key] = value;

@@ -161,0 +161,0 @@ }

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