New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

flutter-ast

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutter-ast

A Pure Dart File to Ast Serializer/Deserializer.

latest
Source
npmnpm
Version
0.0.4-4
Version published
Weekly downloads
13
18.18%
Maintainers
1
Weekly downloads
 
Created
Source

flutter-ast

Flutter ast parser for nodejs

npm install flutter-ast
yarn add flutter-ast
import { parse } from "flutter-ast";

const ast = parse(`<your dart file source here>`);

// example, see the class ast trees
console.log(ast.file.classes);

LICENSE: MIT

FAQs

Package last updated on 19 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts