🚀 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.68.0

2

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

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

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

typeAnnotation: TSType | null;
optional: true | '+' | '-' | null;
readonly: true | '+' | '-' | null;
optional: TSMappedTypeModifierOperator | null;
readonly: TSMappedTypeModifierOperator | null;
key: TSTypeParameter['name'];

@@ -1385,2 +1385,4 @@ constraint: TSTypeParameter['constraint'];

export type TSMappedTypeModifierOperator = true | '+' | '-';
export interface TSTemplateLiteralType extends Span {

@@ -1387,0 +1389,0 @@ type: 'TSTemplateLiteralType';