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.14 to 3.0.0-rc.15

2

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

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

@@ -307,5 +307,5 @@ import { path } from './path';

((!this.manifest.monoRepo || x.sourcePath !== this.manifest.workspacePath) ?
[x.sourcePath] : [...Object.keys(x.files)].filter(y => !y.startsWith('$')).map(y => path.resolve(x.sourcePath, y))
[x.sourcePath] : [...Object.keys(x.files)].filter(y => !y.startsWith('$')).map(y => path.resolve(this.#manifest.workspacePath, x.sourcePath, y))
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
).map(f => [f, path.resolve(x.sourceFolder)] as [string, string])
).map(f => [f, path.resolve(this.#manifest.workspacePath, x.sourceFolder)] as [string, string])
);

@@ -312,0 +312,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