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

tardis-machine

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tardis-machine - npm Package Compare versions

Comparing version 3.6.8 to 3.6.9

2

dist/tardismachine.js

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

const http_1 = __importDefault(require("http"));
const events_1 = __importDefault(require("events"));
const tardis_dev_1 = require("tardis-dev");

@@ -15,3 +14,2 @@ const uWebSockets_js_1 = require("uWebSockets.js");

const ws_1 = require("./ws");
events_1.default.defaultMaxListeners = 1000;
const pkg = require('../package.json');

@@ -18,0 +16,0 @@ class TardisMachine {

4

package.json
{
"name": "tardis-machine",
"version": "3.6.8",
"version": "3.6.9",
"engines": {

@@ -62,3 +62,3 @@ "node": ">=12"

"is-docker": "^2.2.1",
"tardis-dev": "^13.1.10",
"tardis-dev": "^13.1.12",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.6.0",

@@ -65,0 +65,0 @@ "yargs": "^17.3.0"

import findMyWay from 'find-my-way'
import http from 'http'
import events from 'events'
import { clearCache, init } from 'tardis-dev'

@@ -9,4 +8,2 @@ import { App, DISABLED, TemplatedApp, WebSocket } from 'uWebSockets.js'

events.defaultMaxListeners = 1000
const pkg = require('../package.json')

@@ -13,0 +10,0 @@

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