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

regexp-ast-analysis

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-ast-analysis - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

CHANGELOG.md
# Changelog
## 0.2.1 (2021-06-01)
### Changed
- Added support for `d` flag.
## 0.2.0 (2021-04-29)

@@ -4,0 +11,0 @@

42

index.d.ts

@@ -352,13 +352,43 @@ // Generated by dts-bundle-generator v5.9.0

export interface ReadonlyFlags {
/** @default false */
/**
* The `s` flag.
*
* @default false
*/
readonly dotAll?: boolean;
/** @default false */
/**
* The `g` flag.
*
* @default false
*/
readonly global?: boolean;
/** @default false */
/**
* The `d` flag.
*
* @default false
*/
readonly hasIndices?: boolean;
/**
* The `i` flag.
*
* @default false
*/
readonly ignoreCase?: boolean;
/** @default false */
/**
* The `m` flag.
*
* @default false
*/
readonly multiline?: boolean;
/** @default false */
/**
* The `y` flag.
*
* @default false
*/
readonly sticky?: boolean;
/** @default false */
/**
* The `u` flag.
*
* @default false
*/
readonly unicode?: boolean;

@@ -365,0 +395,0 @@ }

2

package.json
{
"name": "regexp-ast-analysis",
"version": "0.2.0",
"version": "0.2.1",
"description": "A library for analysing JS RegExp",

@@ -5,0 +5,0 @@ "main": "index",

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