Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

find-by-words

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-by-words - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

find-by-words.js

@@ -29,7 +29,7 @@ /*

while (a[--_middle].slice(0, size) == word) {
while (a[--_middle] && a[_middle].slice(0, size) == word) {
output.push(a[_middle]);
}
while (a[++middle].slice(0, size) == word) {
while (a[++middle] && a[middle].slice(0, size) == word) {
output.push(a[middle]);

@@ -36,0 +36,0 @@ }

@@ -5,3 +5,3 @@ {

"repository": "evandrolg/find-by-words",
"version": "1.0.1",
"version": "1.0.2",
"main": "search-by-words.js",

@@ -8,0 +8,0 @@ "keywords": [

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