approx-string-match
Advanced tools
Comparing version 0.8.0 to 1.0.0
{ | ||
"name": "approx-string-match", | ||
"version": "0.8.0", | ||
"version": "1.0.0", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/robertknight/approx-string-match-js.git", |
@@ -52,4 +52,10 @@ # approx-string-match | ||
## JavaScript-specific Notes | ||
## Implementation notes | ||
### Browser compatibility | ||
This library uses `Map` and typed arrays for performance reasons. You may need | ||
to provide polyfills for these if supporting older browsers. Typed arrays are | ||
available in IE 10 and later. `Map` is not supported in IE. | ||
#### Word size | ||
@@ -56,0 +62,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
34175
1
93
0