🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@andrewshell/socklog

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andrewshell/socklog - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
+1
-3
dist/socklog.cjs

@@ -53,5 +53,3 @@ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});/**

</div>
<div class="json ${this.expandedIds.has(t.id)?"expanded":""}">
${this.formatJson(t.data,this.expandedIds.has(t.id))}
</div>
<div class="json ${this.expandedIds.has(t.id)?"expanded":""}">${this.formatJson(t.data,this.expandedIds.has(t.id))}</div>
</div>

@@ -58,0 +56,0 @@ `)}

@@ -877,5 +877,3 @@ /**

</div>
<div class="json ${this.expandedIds.has(s.id) ? "expanded" : ""}">
${this.formatJson(s.data, this.expandedIds.has(s.id))}
</div>
<div class="json ${this.expandedIds.has(s.id) ? "expanded" : ""}">${this.formatJson(s.data, this.expandedIds.has(s.id))}</div>
</div>

@@ -882,0 +880,0 @@ `

@@ -53,5 +53,3 @@ (function(d,f){typeof exports=="object"&&typeof module<"u"?f(exports):typeof define=="function"&&define.amd?define(["exports"],f):(d=typeof globalThis<"u"?globalThis:d||self,f(d.Socklog={}))})(this,(function(d){"use strict";/**

</div>
<div class="json ${this.expandedIds.has(t.id)?"expanded":""}">
${this.formatJson(t.data,this.expandedIds.has(t.id))}
</div>
<div class="json ${this.expandedIds.has(t.id)?"expanded":""}">${this.formatJson(t.data,this.expandedIds.has(t.id))}</div>
</div>

@@ -58,0 +56,0 @@ `)}

{
"name": "@andrewshell/socklog",
"version": "0.2.3",
"version": "0.2.4",
"description": "WebSocket-based logging web components using Lit",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display