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

@travetto/boot

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/boot - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

package.json
{
"name": "@travetto/boot",
"displayName": "Boot",
"version": "2.1.2",
"version": "2.1.3",
"description": "Bootstrapping and common utilities for travetto applications.",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"@types/node": "^18.0.0",
"@types/node": "^18.0.5",
"@types/source-map-support": "^0.5.4",

@@ -38,0 +38,0 @@ "source-map-support": "^0.5.21",

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { ChildProcess, SpawnOptions } from 'child_process';

@@ -5,0 +6,0 @@ import { Worker, WorkerOptions } from 'worker_threads';

/// <reference types="node" />
/// <reference types="node" />
declare type All = Buffer | string | NodeJS.ReadableStream | Uint8Array;

@@ -3,0 +4,0 @@ /**

@@ -14,3 +14,3 @@ {

"lib": [
"es2020"
"es2022"
],

@@ -17,0 +17,0 @@ "resolveJsonModule": 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