New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hackthenorth/analytics

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackthenorth/analytics - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

dist/logger.js

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

this.toLog = [];
this.lastStream = {};
this.config = config;

@@ -26,0 +27,0 @@ document.addEventListener("visibilitychange", () => {

2

package.json
{
"name": "@hackthenorth/analytics",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

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

@@ -27,3 +27,3 @@ import { v4 as uuidv4 } from "uuid";

toLog: Array<LogEntryWithPrevious> = [];
lastStream: {[key: string]: string};
lastStream: {[key: string]: string} = {};
config: Config;

@@ -86,2 +86,2 @@

return BatchedLoggerInstance.configure(config);
}
}
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