New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 5.12.1 to 5.12.2

2

bower.json
{
"name": "doofinder",
"description": "Javascript Library for Doofinder Search API",
"version": "5.12.1",
"version": "5.12.2",
"main": "dist/doofinder.js",

@@ -6,0 +6,0 @@ "authors": [

@@ -7,2 +7,6 @@ # Changelog

## [5.12.2] - 2020-05-21
### Changed
- Update banner events to new name to prevent ad blockers
## [5.12.1] - 2020-05-21

@@ -9,0 +13,0 @@ ### Fixed

(function() {
module.exports = {
version: "5.12.1",
version: "5.12.2",
Client: require("./client"),

@@ -5,0 +5,0 @@ Controller: require("./controller"),

@@ -155,4 +155,4 @@ (function() {

errors.requireVal(bannerId, "bannerId");
return this.client.stats("banner_" + eventName, {
banner_id: bannerId
return this.client.stats("img_" + eventName, {
img_id: bannerId
}, function(err, res) {

@@ -159,0 +159,0 @@ return typeof callback === "function" ? callback(err, res) : void 0;

{
"name": "doofinder",
"version": "5.12.1",
"version": "5.12.2",
"description": "Javascript Library for Doofinder Search API",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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