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
2
Versions
158
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.0.1-dev.11698434337.14ecd9f2 to 0.0.1-dev.11698435275.1a07f4ea

4

package.json
{
"name": "@stencil/vue-output-target",
"version": "0.0.1-dev.11698434337.14ecd9f2",
"version": "0.0.1-dev.11698435275.1a07f4ea",
"description": "Vue output target for @stencil/core components.",

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

},
"gitHead": "4ecd9f2a1fb58183e15c2471a95ade8cfa501b6a",
"gitHead": "a07f4eaa0a2a18ce4a1484a12dab22d2a53f44f5",
"volta": {

@@ -58,0 +58,0 @@ "extends": "../../package.json"

@@ -62,3 +62,3 @@ // @ts-nocheck

modelProp?: string,
modelUpdateEvent?: string,
modelUpdateEvent?: string
) => {

@@ -88,4 +88,4 @@ /**

});
}
}
},
};

@@ -189,3 +189,3 @@ const currentInstance = getCurrentInstance();

Container.props[MODEL_VALUE] = DEFAULT_EMPTY_PROP;
Container.emits = [UPDATE_VALUE_EVENT, externalModelUpdateEvent];
Container.emits = [UPDATE_VALUE_EVENT];
}

@@ -192,0 +192,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