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

@patternfly/ast-helpers

Package Overview
Dependencies
Maintainers
15
Versions
695
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/ast-helpers - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

11

acorn-typescript.js

@@ -674,3 +674,3 @@ const acorn = require('acorn')

parseTSTypeofType() {
parseTSTypeQuery() {
const node = this.startNode()

@@ -682,2 +682,11 @@ this.next()

parseTSTypeofType() {
const typeQuery = this.parseTSTypeQuery()
if (this.eat(tt.bracketL)) {
const node = this.startNode()
return this.parseTSIndexedAccessType(node, typeQuery)
}
return typeQuery
}
parseTSImportType(isTypeOf) {

@@ -684,0 +693,0 @@ const node = this.startNode()

@@ -6,2 +6,21 @@ # Change Log

## 0.0.13 (2021-10-26)
**Note:** Version bump only for package @patternfly/ast-helpers
## 0.0.12 (2021-10-21)
### Bug Fixes
* **ts:** parse type a = typeof b[c] ([#2739](https://github.com/patternfly/patternfly-org/issues/2739)) ([36000a2](https://github.com/patternfly/patternfly-org/commit/36000a253733a88639b374f188751798e90d4696))
## 0.0.11 (2021-10-20)

@@ -8,0 +27,0 @@

4

package.json
{
"name": "@patternfly/ast-helpers",
"description": "Acorn AST helpers for working with live code",
"version": "0.0.11",
"version": "0.0.13",
"author": "Red Hat",

@@ -18,3 +18,3 @@ "license": "MIT",

},
"gitHead": "510f4d60eea567a9e66d6cb2ef000c4004eb5d93"
"gitHead": "98a9f5e3059ab33fbdff43ef21edd083e00a34f9"
}
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