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

@travetto/registry

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/registry - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

2

package.json

@@ -18,3 +18,3 @@ {

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

@@ -77,7 +77,7 @@ import { EventEmitter } from 'events';

async init() {
const entries = await findAppFiles('.ts', f => f.includes('/src/'));
const entries = await findAppFiles('.ts', f =>
f.startsWith('src/') &&
Compiler.presenceManager.validFile(f));
const files = entries
.filter(x => Compiler.presenceManager.validFile(x.file))
.map(x => x.file);
const files = entries.map(x => x.file);

@@ -84,0 +84,0 @@ for (const f of files) { // Load all files, class scanning

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