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.12 to 1.4.13

7

CHANGELOG.md

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

### [1.4.13](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.12...v1.4.13) (2024-01-03)
### ✨ Features
* 🐛support satisfies ([21baa52](https://github.com/TyrealHu/acorn-typescript/commit/21baa522732d93fb010b95622dd30f016f0ce814))
### [1.4.12](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.11...v1.4.12) (2023-12-05)

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

6

lib/index.d.ts

@@ -12,2 +12,3 @@ import * as acornNamespace from 'acorn';

};
allowSatisfies?: boolean;
}): (Parser: typeof AcornParseClass) => {

@@ -448,6 +449,3 @@ new (options: Options, input: string, startPos?: number): {

parseImportDefaultSpecifier(): any;
parseImportNamespaceSpecifier(): any; /**
* we will only parse one import node or export node at same time.
* default kind is undefined
* */
parseImportNamespaceSpecifier(): any;
parseImportAttributes(): any;

@@ -454,0 +452,0 @@ parseMaybeImportAttributes(node: any): any;

{
"name": "acorn-typescript",
"version": "1.4.12",
"version": "1.4.13",
"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