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

@travetto/manifest

Package Overview
Dependencies
Maintainers
1
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 3.0.0-rc.8 to 3.0.0-rc.9

2

package.json
{
"name": "@travetto/manifest",
"version": "3.0.0-rc.8",
"version": "3.0.0-rc.9",
"description": "Manifest support",

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

@@ -174,3 +174,3 @@ import { readFileSync } from 'fs';

} catch {
const text = execSync('npm query .workspace', { cwd: rootPath, encoding: 'utf8', env: {} });
const text = execSync('npm query .workspace', { cwd: rootPath, encoding: 'utf8', env: { PATH: process.env.PATH, NODE_PATH: process.env.NODE_PATH } });
const res: { location: string, name: string }[] = JSON.parse(text);

@@ -177,0 +177,0 @@ const out = this.#workspaces[rootPath] = res.map(d => ({ sourcePath: d.location, name: d.name }));

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