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

2

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

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

@@ -9,3 +9,3 @@ [![Build Status](https://gkedevxlondon.jaas-gcp.cloud.sap.corp/buildStatus/icon?job=swa_ci/master)](https://gkedevxlondon.jaas-gcp.cloud.sap.corp/job/swa_ci/job/master/)

### Installation
TBD
npm install @sap/swa-for-sapbas-vsx

@@ -12,0 +12,0 @@ ### ENV

@@ -58,3 +58,2 @@ 'use strict';

url: this.siteUrl,
user: this.userId,
...customEventsObj

@@ -131,4 +130,7 @@ };

enabled = this._validateConsent();
else if (this._getProcessEnv("SWA_USER_ANON") === "literalTrue")
enabled = true;
// case we are in vscode and no enable setting is found -> disable reporting
else
enabled = true;
enabled = false;
}

@@ -135,0 +137,0 @@ return enabled;

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