🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

regexp-support

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-support - npm Package Compare versions

Comparing version

to
1.0.28

@@ -6,2 +6,24 @@ # Change Log

## [1.0.28](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.27...regexp-support@1.0.28) (2020-07-05)
### 🔖 Miscellaneous
* . ([cdd46e9](https://github.com/bluelovers/regexp-support/commit/cdd46e9c06c49e19a6912962aef6be1716056cc0))
## [1.0.27](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.26...regexp-support@1.0.27) (2020-07-05)
### ✨ Features
* @regexp-cjk/regex-iterator ([2655533](https://github.com/bluelovers/regexp-support/commit/2655533a6ec9a7217be683a0d065bade5ced0b74))
## 1.0.26 (2020-06-28)

@@ -8,0 +30,0 @@

@@ -88,2 +88,4 @@ /**

lastMatch?: boolean;
leftContext?: boolean;
rightContext?: boolean;
input?: boolean;

@@ -94,5 +96,3 @@ $_?: boolean;

'$+'?: boolean;
leftContext?: boolean;
'$`'?: boolean;
rightContext?: boolean;
'$\''?: boolean;

@@ -99,0 +99,0 @@ };

@@ -101,2 +101,4 @@ /**

lastMatch?: boolean;
leftContext?: boolean;
rightContext?: boolean;
input?: boolean;

@@ -107,5 +109,3 @@ $_?: boolean;

'$+'?: boolean;
leftContext?: boolean;
'$`'?: boolean;
rightContext?: boolean;
'$\''?: boolean;

@@ -127,2 +127,4 @@ };

lastMatch?: boolean;
leftContext?: boolean;
rightContext?: boolean;
input?: boolean;

@@ -133,7 +135,5 @@ $_?: boolean;

'$+'?: boolean;
leftContext?: boolean;
'$`'?: boolean;
rightContext?: boolean;
'$\''?: boolean;
};
export {};
{
"name": "regexp-support",
"version": "1.0.26",
"version": "1.0.28",
"description": "check RegExp ( regular expressions ) support",

@@ -57,3 +57,3 @@ "keywords": [

},
"gitHead": "978551fe7d46e8f2501640672ab66639f5e09940"
"gitHead": "7040b5aad9319c255e733c2e0e0e87c46958e948"
}