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

regexp-to-ast

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-to-ast - npm Package Versions

2

0.5.0

Diff

Changelog

Source

0.5.0 (11-12-2019)

  • Added location to AST
bd82
published 0.4.0 •

Changelog

Source

0.4.0 (3-16-2019)

bd82
published 0.3.5 •

Changelog

Source

0.3.5 (7-12-2018)

  • A Set AST can now contain ranges of char codes as well as single char codes.
    export interface Set extends IRegExpAST {
        type: "Set"
        complement: boolean
        value: (number | Range)[]
        quantifier?: Quantifier
    }
    
bd82
published 0.3.4 •

Changelog

Source

0.3.4 (6-16-2018)

  • Types: Set now declares a complement property.
  • Types: BaseAstVisitor now declares a visitChildren method.
bd82
published 0.3.3 •

Changelog

Source

0.3.3 (2018-6-9)

  • Types: All AST node types extend a base interface.
bd82
published 0.3.2 •

Changelog

Source

0.3.2 (2018-6-9)

  • Fixed: Visitor APIs were lacking the node argument.
bd82
published 0.3.1 •

Changelog

Source

0.3.1 (2018-6-9)

  • Added "typings" property in package.json for TypeScript consumers.
  • Fixed: Version number in regexpToAst.VERSION property.
bd82
published 0.3.0 •

Changelog

Source

0.3.0 (2018-6-9)

  • An AST Visitor class is provided to easily traverse the AST output (See main README.md)
bd82
published 0.2.4 •

Changelog

Source

0.2.4 (2018-6-6)

  • Fixed: Quantifier identifying using backtracking instead of lookahead.
bd82
published 0.2.3 •

Changelog

Source

0.2.3 (2018-6-3)

  • Fixed: Quantifier from range can be zero.
2
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