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

posthog-js-lite

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthog-js-lite - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/package.json
{
"name": "posthog-js-lite",
"version": "0.0.2",
"version": "0.0.3",
"description": "Reimplementation of posthog-js to be as light and modular as possible.",

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

@@ -101,3 +101,2 @@ "use strict";

const body = await rawResponse.text();
console.log('response sent!');
}

@@ -104,0 +103,0 @@ catch (error) {

{
"name": "posthog-js-lite",
"version": "0.0.2",
"version": "0.0.3",
"description": "Reimplementation of posthog-js to be as light and modular as possible.",

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

@@ -119,3 +119,2 @@ import { version } from '../package.json'

const body = await rawResponse.text()
console.log('response sent!')
} catch (error) {

@@ -122,0 +121,0 @@ // TODO: retry if fails?

Sorry, the diff of this file is not supported yet

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