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

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/compiler - npm Package Compare versions

Comparing version 3.2.2 to 3.3.0

10

package.json
{
"name": "@travetto/compiler",
"version": "3.2.2",
"version": "3.3.0",
"description": "The compiler infrastructure for the Travetto framework",

@@ -34,8 +34,8 @@ "keywords": [

"@parcel/watcher": "^2.2.0",
"@travetto/manifest": "^3.2.0",
"@travetto/terminal": "^3.2.0",
"@travetto/transformer": "^3.2.2"
"@travetto/manifest": "^3.3.0",
"@travetto/terminal": "^3.3.0",
"@travetto/transformer": "^3.3.0"
},
"peerDependencies": {
"@travetto/cli": "^3.2.3"
"@travetto/cli": "^3.3.0"
},

@@ -42,0 +42,0 @@ "peerDependenciesMeta": {

@@ -128,3 +128,3 @@ import ts from 'typescript';

const relativeInput = `${module.outputFolder}/${moduleFile}`;
const sourceFile = path.toPosix(path.resolve(this.#manifest.workspacePath, module.sourceFolder, moduleFile));
const sourceFile = path.resolve(this.#manifest.workspacePath, module.sourceFolder, moduleFile);
const sourceFolder = path.dirname(sourceFile);

@@ -131,0 +131,0 @@ const inputFile = path.resolve(this.#rootDir, relativeInput); // Ensure input is isolated

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