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.0.0 to 3.0.1

2

benchmark.js

@@ -197,5 +197,5 @@ const fetch = require('node-fetch')

await httpReplayBenchmark({ JSONParseResponse: false })
await wsReplayBenchmark({ JSONParseResponse: false })
await httpReplayBenchmark({ JSONParseResponse: true })
await wsReplayBenchmark({ JSONParseResponse: true })

@@ -202,0 +202,0 @@

@@ -46,3 +46,3 @@ "use strict";

this._onFinishedCallback = () => { };
const SESSION_START_DELAY_MS = 5000;
const SESSION_START_DELAY_MS = 2000;
debug_1.debug('creating new ReplaySession');

@@ -49,0 +49,0 @@ setTimeout(() => {

{
"name": "tardis-machine",
"version": "3.0.0",
"version": "3.0.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12"

@@ -52,3 +52,3 @@ import { combine, Exchange, replay, ReplayOptions } from 'tardis-dev'

constructor() {
const SESSION_START_DELAY_MS = 5000
const SESSION_START_DELAY_MS = 2000

@@ -55,0 +55,0 @@ debug('creating new ReplaySession')

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