New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

approx-string-match

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

approx-string-match - npm Package Compare versions

Comparing version 0.8.0 to 1.0.0

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc