@artilleryio/int-commons
Advanced tools
Comparing version 1.0.0 to 2.0.0-06989c6
@@ -609,4 +609,5 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
} | ||
if (group && match[group]) { | ||
return match[group]; | ||
if (group && match.groups) { | ||
return match.groups[group]; | ||
} else if (match[0]) { | ||
@@ -613,0 +614,0 @@ return match[0]; |
module.exports = { | ||
engine_util: require('./engine_util'), | ||
jitter: require('./jitter') | ||
} | ||
}; |
{ | ||
"name": "@artilleryio/int-commons", | ||
"version": "1.0.0", | ||
"version": "2.0.0-06989c6", | ||
"main": "./index.js", | ||
@@ -13,3 +13,7 @@ "dependencies": { | ||
"lodash": "^4.17.19" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext \".js,.ts,.tsx\" .", | ||
"lint-fix": "npm run lint -- --fix" | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18557
620
2
175