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

acorn-typescript

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-typescript - npm Package Compare versions

Comparing version 1.4.9 to 1.4.10

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.4.10](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.9...v1.4.10) (2023-10-20)
### 🐛 Bug Fixes
* 🐛bugs of left relational and right relational ([de5984c](https://github.com/TyrealHu/acorn-typescript/commit/de5984c67eec2e46d199067a6691557cd6923a21))
### [1.4.9](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.8...v1.4.9) (2023-10-18)

@@ -7,0 +14,0 @@

2

lib/index.d.ts

@@ -182,2 +182,4 @@ import * as acornNamespace from 'acorn';

tsParseTypeReference(): any;
tsMatchLeftRelational(): boolean;
tsMatchRightRelational(): boolean;
tsParseParenthesizedType(): any;

@@ -184,0 +186,0 @@ tsParseNonArrayType(): Node;

2

package.json
{
"name": "acorn-typescript",
"version": "1.4.9",
"version": "1.4.10",
"description": "Alternative, TypeScript parser",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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