@posthog/core
Advanced tools
+1
-1
@@ -93,3 +93,3 @@ "use strict"; | ||
| const inputBytes = new TextEncoder().encode(input); | ||
| const compressedStream = new CompressionStream('gzip'); | ||
| const compressedStream = new globalThis.CompressionStream('gzip'); | ||
| const writer = compressedStream.writable.getWriter(); | ||
@@ -96,0 +96,0 @@ const writePromise = writer.write(inputBytes).then(()=>writer.close()).catch(async (err)=>{ |
+1
-1
@@ -60,3 +60,3 @@ import { Compression } from "./types.mjs"; | ||
| const inputBytes = new TextEncoder().encode(input); | ||
| const compressedStream = new CompressionStream('gzip'); | ||
| const compressedStream = new globalThis.CompressionStream('gzip'); | ||
| const writer = compressedStream.writable.getWriter(); | ||
@@ -63,0 +63,0 @@ const writePromise = writer.write(inputBytes).then(()=>writer.close()).catch(async (err)=>{ |
+1
-1
| { | ||
| "name": "@posthog/core", | ||
| "version": "1.43.0", | ||
| "version": "1.43.1", | ||
| "bugs": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/PostHog/posthog-js/issues" |
+1
-1
@@ -133,3 +133,3 @@ import { Compression } from './types' | ||
| const inputBytes = new TextEncoder().encode(input) | ||
| const compressedStream = new CompressionStream('gzip') | ||
| const compressedStream = new globalThis.CompressionStream('gzip') | ||
| const writer = compressedStream.writable.getWriter() | ||
@@ -136,0 +136,0 @@ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1271862
0