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.2.5 to 0.2.6

LICENSE

5

package.json

@@ -10,3 +10,3 @@ {

"dependencies": {
"@travetto/base": "^0.2.5",
"@travetto/base": "^0.2.6",
"@types/source-map-support": "^0.4.1",

@@ -37,3 +37,4 @@ "source-map-support": "^0.5.6",

},
"version": "0.2.5"
"version": "0.2.6",
"gitHead": "f1b304901894ab5ec1a0911669296a5450e6a5f1"
}

3

src/presence.ts

@@ -72,2 +72,5 @@ import * as path from 'path';

this.buildWatcher(path.join(this.cwd, 'src'), [{ testFile: x => this.validFile(x) && x.endsWith('.ts') }]);
if (Env.e2e) {
this.buildWatcher(path.join(this.cwd, 'e2e'), [{ testFile: x => this.validFile(x) && x.endsWith('.ts') }]);
}
}, 1000);

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