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

clockech-script

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockech-script - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

5

index.js
!(function () {
let token;
let token, api;

@@ -8,2 +8,3 @@ if (document.currentScript) {

token = script.getAttribute("data-token");
api = script.getAttribute("data-api");
}

@@ -66,3 +67,3 @@

fetch("https://localhost:8000/api/data/track", {
fetch(api + "/api/data/track", {
method: "POST",

@@ -69,0 +70,0 @@ headers: {

2

package.json
{
"name": "clockech-script",
"version": "2.1.3",
"version": "2.1.4",
"description": "Clockech script for tracking analytics",

@@ -5,0 +5,0 @@ "main": "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