extract-params
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "extract-params", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Extract parameters from a string based on a pattern", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,3 +46,3 @@ <a href="https://codeship.com/projects/119982" target="_blank"> | ||
`pattern` parameters must be in the following format: `:camelCase` | ||
`pattern` parameters must have letters only. | ||
@@ -49,0 +49,0 @@ #### Example 1 |
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
14729