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

internet-time

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

internet-time - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "internet-time",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,3 +5,6 @@ const io = require('socket.io-client')

const socket = io('https://ntp.glitch.me', { transports: ['websocket'] })
const socket = io('https://ntp.glitch.me', {
transports: ['websocket'],
autoConnect: false,
})

@@ -30,3 +33,4 @@ const clocksy = new ClocksyClient({

if (!started) {
clocksy.start()
socket.open()
socket.on('connect', () => clocksy.start())
}

@@ -33,0 +37,0 @@ started = true

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