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

@oxc-project/types

Package Overview
Dependencies
Maintainers
1
Versions
15
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 0.39.0 to 0.40.0

2

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

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

@@ -7,3 +7,3 @@ // Auto-generated code, DO NOT EDIT DIRECTLY!

value: boolean;
raw: string;
raw: string | null;
}

@@ -14,3 +14,3 @@

value: null;
raw: 'null';
raw: 'null' | null;
}

@@ -21,3 +21,3 @@

value: number;
raw: string;
raw: string | null;
}

@@ -33,3 +33,3 @@

type: 'Literal';
raw: string;
raw: string | null;
value: null;

@@ -41,3 +41,3 @@ bigint: string;

type: 'Literal';
raw: string;
raw: string | null;
value: {} | null;

@@ -913,2 +913,3 @@ regex: { pattern: string; flags: string };

arguments: Array<Expression>;
phase: ImportPhase | null;
}

@@ -920,2 +921,3 @@

source: StringLiteral;
phase: ImportPhase | null;
withClause: WithClause | null;

@@ -925,2 +927,4 @@ importKind: ImportOrExportKind;

export type ImportPhase = 'source' | 'defer';
export type ImportDeclarationSpecifier = ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier;

@@ -927,0 +931,0 @@

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