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

@ludens-reklame/profiler-client

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ludens-reklame/profiler-client - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

dist/Profiler.js

@@ -99,3 +99,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function () {
var response, data_1, error_3;
var query, response, data_1, error_3;
return __generator(this, function (_a) {

@@ -106,3 +106,7 @@ switch (_a.label) {

if (!window) return [3 /*break*/, 3];
return [4 /*yield*/, fetch(profilerURL + "/personalizations", {
query = {
organization: this.organization,
contactRef: this.contactRef
};
return [4 /*yield*/, fetch(profilerURL + "/personalizations?" + qs.stringify(query), {
mode: 'cors'

@@ -109,0 +113,0 @@ })];

{
"name": "@ludens-reklame/profiler-client",
"version": "0.2.0",
"version": "0.2.1",
"description": "Profiler for all",

@@ -17,2 +17,3 @@ "main": "dist/index.js",

"devDependencies": {
"@types/qs": "^6.5.1",
"awesome-typescript-loader": "^5.2.1",

@@ -19,0 +20,0 @@ "babel-core": "^6.26.3",

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