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

@vuedx/template-ast-types

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuedx/template-ast-types - npm Package Compare versions

Comparing version 0.3.1-insiders-1609155664.0 to 0.4.0

2

package.json
{
"name": "@vuedx/template-ast-types",
"version": "0.3.1-insiders-1609155664.0",
"version": "0.4.0",
"description": "Helper functions for Vue template AST",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -46,2 +46,24 @@ <div align="center" style="text-align: center; margin-bottom: 72px">

<a href="#-vuedx-template-ast-types-findParentNode-function-1-" id="-vuedx-template-ast-types-findParentNode-function-1-"></a>
### [findParentNode](#-vuedx-template-ast-types-findParentNode-function-1-)
Find the parent element node.
<details>
<summary>More info</summary>
**Signature:**
```ts
declare function findParentNode(ast: RootNode, node: Node): ElementNode | undefined;
```
| Parameter | Type | Description |
| --- | --- | --- |
| ast | <code><a href="#-vue-compiler-core-RootNode-interface">RootNode</a></code> | - |
| node | <code><a href="#-vue-compiler-core--Node-2-interface">Node</a></code> | - |
</details>
<br>
<a href="#-vuedx-template-ast-types-findTemplateChildNodeAt-function-1-" id="-vuedx-template-ast-types-findTemplateChildNodeAt-function-1-"></a>

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