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.3.0 to 0.3.1

1

dist/Profiler.d.ts

@@ -24,2 +24,3 @@ interface Opts {

htmlQuerySelector: string | null;
htmlPlacement: string | null;
}

@@ -26,0 +27,0 @@ declare class Profiler {

3

dist/Profiler.js

@@ -145,3 +145,4 @@ "use strict";

elem = elems[j];
elem.insertAdjacentHTML('beforeend', ps.html);
//@ts-ignore How to fix this?
elem.insertAdjacentHTML(ps.htmlPlacement || 'beforeend', ps.html);
}

@@ -148,0 +149,0 @@ }

{
"name": "@ludens-reklame/profiler-client",
"version": "0.3.0",
"version": "0.3.1",
"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