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

@stencil/vue-output-target

Package Overview
Dependencies
Maintainers
0
Versions
164
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.11722540458.1506f4d7 to 0.0.1-dev.11722627322.1bc5399a

4

package.json
{
"name": "@stencil/vue-output-target",
"version": "0.0.1-dev.11722540458.1506f4d7",
"version": "0.0.1-dev.11722627322.1bc5399a",
"description": "Vue output target for @stencil/core components.",

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

},
"gitHead": "506f4d72ba87a07be32c5e4d7724db362d7f9da6",
"gitHead": "bc5399a4a2f06674dd5f828ebcb93de6aa8d72d3",
"volta": {

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

@@ -117,2 +117,12 @@ // @ts-nocheck

/**
* This prevents the browser from
* performing a page reload when pressing
* an Ionic component with routerLink.
* The page reload interferes with routing
* and causes ion-back-button to disappear
* since the local history is wiped on reload.
*/
ev.preventDefault();
if (navManager !== undefined) {

@@ -119,0 +129,0 @@ let navigationPayload: any = { event: ev };

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