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

@aller/blink

Package Overview
Dependencies
Maintainers
16
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

9

lib/events/prepare-impression-event.js

@@ -43,4 +43,11 @@ 'use strict';

return Object.keys(state.articlePreview).map(function (articleId) {
return prepareArticleImpressionEvent(state, articleId, time);
try {
return prepareArticleImpressionEvent(state, articleId, time);
} catch (err) {
console.warn('prepareArticleImpressionEvent failed, ', state, articleId, time);
return { error: true };
}
}).filter(function (event) {
return !event.error;
});
}

2

package.json
{
"name": "@aller/blink",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library for tracking user behaviour.",

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

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