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

@travetto/test

Package Overview
Dependencies
Maintainers
1
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/test - npm Package Compare versions

Comparing version 3.3.4 to 3.3.5

4

package.json
{
"name": "@travetto/test",
"version": "3.3.4",
"version": "3.3.5",
"description": "Declarative test framework",

@@ -37,3 +37,3 @@ "keywords": [

"peerDependencies": {
"@travetto/cli": "^3.3.4",
"@travetto/cli": "^3.3.5",
"@travetto/transformer": "^3.3.2"

@@ -40,0 +40,0 @@ },

@@ -21,3 +21,7 @@ import { CliCommand } from '@travetto/cli';

for (const file of files) {
await import(RootIndex.getFromSource(file)!.import);
try {
await import(RootIndex.getFromSource(file)!.import);
} catch (err) {
console.error('Failed to import', file, err);
}
}

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