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

doofinder

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doofinder - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

lib/doofinder.js

@@ -73,5 +73,6 @@

}
return callback(long_word != null ? long_word : {
'': query
});
if (long_word) {
query = '';
}
return callback(query);
};

@@ -264,3 +265,2 @@

}
console.log(encodeURI(querystring));
return encodeURI(querystring);

@@ -267,0 +267,0 @@ };

{
"name": "doofinder",
"version": "0.2.1",
"version": "0.2.2",
"description": "Javascript Client for Doofinder Search API - Beta",

@@ -5,0 +5,0 @@ "main": "lib/doofinder.js",

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