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

@travetto/manifest

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/manifest - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

package.json
{
"name": "@travetto/manifest",
"version": "5.0.3",
"version": "5.0.4",
"description": "Support for project indexing, manifesting, along with file watching",

@@ -5,0 +5,0 @@ "keywords": [

@@ -20,2 +20,3 @@ import { existsSync, readFileSync } from 'node:fs';

const OUTPUT_FOLDER = '.trv/output';
const TYPES_FOLDER = '.trv/types';

@@ -137,3 +138,2 @@ const WS_ROOT: Record<string, Workspace> = {};

const build = workspace.travetto?.build ?? {};
const toolFolder = build.toolFolder ?? TOOL_FOLDER;

@@ -154,3 +154,4 @@ return {

outputFolder: build.outputFolder ?? OUTPUT_FOLDER,
toolFolder
toolFolder: build.toolFolder ?? TOOL_FOLDER,
typesFolder: build.typesFolder ?? TYPES_FOLDER
},

@@ -157,0 +158,0 @@ main: {

@@ -29,2 +29,4 @@ import type { NodeModuleType, NodePackageManager } from './common';

toolFolder: string;
/** Location for type outputs */
typesFolder: string;
};

@@ -31,0 +33,0 @@ main: {

@@ -49,2 +49,3 @@ import type { ManifestModuleRole, NodeModuleType } from './common';

watchIgnores?: string[];
typesFolder?: string;
};

@@ -51,0 +52,0 @@ };

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