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

vsm-dictionary-cacher

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vsm-dictionary-cacher - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "vsm-dictionary-cacher",
"version": "1.1.0",
"version": "1.1.1",
"description": "Wrapper around a VSM-dictionary, that manages a cache of string-match results",

@@ -5,0 +5,0 @@ "main": "src/VsmDictionaryCacher.js",

@@ -150,10 +150,10 @@ # vsm-dictionary-cacher

> A `vsm-autocomplete` needs a corresponding dictInfo for each of its
> string-matches.
> So if its string-matches already came from cache-hits, then the above
> makes all its other data also come only from cache.
> A `vsm-autocomplete` needs a corresponding dictInfo for each of its
> string-matches.
> So if its string-matches already came from cache-hits, then the above
> makes all its other data also come only from cache.
> If a `vsm-box` with a template, or several `vsm-box`es loaded on a same
> page, would launch multiple concurrent requests for dictInfos, then this
> cache process may result in a lot less queries to the underlying datastore.
> If a `vsm-box` with a template, or several `vsm-box`es loaded on a same
> page, would launch multiple concurrent requests for dictInfos, then this
> caching may result in a lot less queries to the underlying datastore.

@@ -187,2 +187,4 @@ <br>

<br>
## Options

@@ -189,0 +191,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