Socket
Socket
Sign inDemoInstall

regexp-ast-analysis

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    regexp-ast-analysis

A library for analysing JS RegExp


Version published
Weekly downloads
311K
decreased by-0.7%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.7.1 (2023-09-13)

Fixed

  • Some bug fixes for UnicodeSet.

Readme

Source

RegExp AST analysis

Actions Status npm

This is a library providing functionalities to analyse JavaScript RegExp.

All functions operate on AST nodes produced by regexpp. Characters are parsed by refa.

Usage

Install the library using npm:

npm i regexp-ast-analysis

Import the library:

import * as RAA from "regexp-ast-analysis";

Documentation

Links to the full API documentation:

Keywords

FAQs

Last updated on 13 Sep 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc