Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@eslint-react/ast

Package Overview
Dependencies
Maintainers
1
Versions
2368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/ast - npm Package Compare versions

Comparing version
3.0.0-beta.68
to
3.0.0-beta.69
+1
-1
dist/index.js

@@ -815,3 +815,3 @@ import { AST_NODE_TYPES, TSESTree } from "@typescript-eslint/types";

if (node.type === AST_NODE_TYPES.Literal) return String(node.value);
if (node.type === AST_NODE_TYPES.TemplateLiteral && node.expressions.length === 0) return node.quasis[0]?.value.raw ?? null;
if (node.type === AST_NODE_TYPES.TemplateLiteral && node.expressions.length === 0) return node.quasis[0]?.value.cooked ?? node.quasis[0]?.value.raw ?? null;
return null;

@@ -818,0 +818,0 @@ }

{
"name": "@eslint-react/ast",
"version": "3.0.0-beta.68",
"version": "3.0.0-beta.69",
"description": "ESLint React's TSESTree AST utility module.",

@@ -37,3 +37,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"string-ts": "^2.3.1",
"@eslint-react/eff": "3.0.0-beta.68"
"@eslint-react/eff": "3.0.0-beta.69"
},

@@ -40,0 +40,0 @@ "devDependencies": {