compose-regexp
Advanced tools
Comparing version 0.5.2 to 0.5.3
# Change Log | ||
## v0.5.3 | ||
- fix broken package.json | ||
## v0.5.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "compose-regexp", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A set of functions to build and compose complex regular expressions", | ||
"type": "", | ||
"main": "compose-regexp.js", | ||
"module": "compose-regexp.mjs", | ||
"type": "module", | ||
"main": "commonjs/compose-regexp.js", | ||
"module": "compose-regexp.js", | ||
"jsnext:main": "compose-regexp.mjs", | ||
"exports": { | ||
".": {} | ||
".": { | ||
"require": "commonjs/compose-regexp.js", | ||
"default": "compose-regexp.js" | ||
} | ||
}, | ||
@@ -12,0 +15,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
Yes
23682
846
9
370