🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@oxc-project/types

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oxc-project/types - npm Package Compare versions

Comparing version

to
0.70.0

2

package.json
{
"name": "@oxc-project/types",
"version": "0.69.0",
"version": "0.70.0",
"description": "Types for Oxc AST nodes",

@@ -5,0 +5,0 @@ "keywords": [

@@ -603,4 +603,6 @@ // Auto-generated code, DO NOT EDIT DIRECTLY!

argument: BindingPatternKind;
typeAnnotation: TSTypeAnnotation | null;
optional: boolean;
decorators?: [];
optional?: boolean;
typeAnnotation?: TSTypeAnnotation | null;
value?: null;
}

@@ -607,0 +609,0 @@