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.6.1 to 0.6.2

7

dist/Profiler.js

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

return __awaiter(this, void 0, void 0, function () {
var url, response, json;
var url, response, internalResponse, json;
return __generator(this, function (_a) {

@@ -249,3 +249,4 @@ switch (_a.label) {

response = _a.sent();
return [4 /*yield*/, response.json()];
internalResponse = response.clone();
return [4 /*yield*/, internalResponse.json()];
case 2:

@@ -263,3 +264,3 @@ json = (_a.sent());

}
return [2 /*return*/, response.clone()];
return [2 /*return*/, response];
}

@@ -266,0 +267,0 @@ });

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

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

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