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

@travetto/compiler

Package Overview
Dependencies
Maintainers
0
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 5.0.5 to 5.0.6

2

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

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

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

const TYPINGS_FOLDER_KEYS = new Set<ManifestModuleFolderType>(['$index', 'support', 'src']);
const TYPINGS_FOLDER_KEYS = new Set<ManifestModuleFolderType>(['$index', 'support', 'src', '$package']);
const TYPINGS_EXT_RE = /[.]d[.][cm]?ts([.]map)?$/;

@@ -265,3 +265,3 @@

if (TYPINGS_EXT_RE.test(outputFile)) {
if (TYPINGS_EXT_RE.test(outputFile) || outputFile.endsWith('package.json')) {
this.#writeExternalTypings(location, text, bom);

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