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

@sap/swa-for-sapbas-vsx

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/swa-for-sapbas-vsx - npm Package Compare versions

Comparing version 1.1.9 to 1.1.11

2

package.json
{
"name": "@sap/swa-for-sapbas-vsx",
"version": "1.1.9",
"version": "1.1.11",
"author": "SAP SE",

@@ -5,0 +5,0 @@ "description": "Javascript module for SWA tracking to be consumed by VsCode extensions",

@@ -29,3 +29,8 @@ 'use strict';

if(_.isFunction(errorListener)) {
this.matomo.on('error', errorListener);
const internalErrorListener = (err) => {
if(err && err != 204) {
errorListener(err);
}
}
this.matomo.on('error', internalErrorListener);
}

@@ -32,0 +37,0 @@ }

Sorry, the diff of this file is not supported yet

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