find-versions
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "find-versions", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`", | ||
@@ -39,9 +39,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"semver-regex": "^4.0.0" | ||
"semver-regex": "^4.0.5" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"tsd": "^0.14.0", | ||
"xo": "^0.39.1" | ||
"ava": "^4.3.0", | ||
"tsd": "^0.20.0", | ||
"xo": "^0.49.0" | ||
} | ||
} |
@@ -7,5 +7,5 @@ # find-versions | ||
```sh | ||
npm install find-versions | ||
``` | ||
$ npm install find-versions | ||
``` | ||
@@ -12,0 +12,0 @@ ## Usage |
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
3775
Updatedsemver-regex@^4.0.5