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 0.0.39 to 0.0.40

2

package.json

@@ -22,3 +22,3 @@ {

"scripts": {},
"version": "0.0.39"
"version": "0.0.40"
}

@@ -60,3 +60,3 @@ import { Watcher, Entry, AppEnv, Handler, findAppFiles } from '@travetto/base';

init() {
const rootFiles = findAppFiles('.ts', x => x.startsWith('src/') && this.validFile(x))
const rootFiles = findAppFiles('.ts', x => /(^src\/)|\/src\/|\/index.ts$/.test(x) && this.validFile(x))
.filter(x => !(x.file in require.cache)) // Pre-loaded items are fundamental and non-reloadable

@@ -63,0 +63,0 @@ .map(x => x.file);

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