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

@adonisjs/assembler

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/assembler - npm Package Compare versions

Comparing version 6.1.3-10 to 6.1.3-11

8

build/src/test_runner.js

@@ -88,3 +88,3 @@ /*

if (this.#options.retries !== undefined) {
args.push('--timeout');
args.push('--retries');
args.push(String(this.#options.retries));

@@ -118,8 +118,4 @@ }

}
if (filters.ignoreTags) {
args.push('--ignore-tags');
args.push(filters.ignoreTags.join(','));
}
if (filters.tests) {
args.push('--ignore-tests');
args.push('--tests');
args.push(filters.tests.join(','));

@@ -126,0 +122,0 @@ }

@@ -71,3 +71,2 @@ /// <reference types="node" resolution-mode="require"/>

tags: string[];
ignoreTags: string[];
}>;

@@ -74,0 +73,0 @@ reporters?: string[];

{
"name": "@adonisjs/assembler",
"version": "6.1.3-10",
"version": "6.1.3-11",
"description": "Provides utilities to run AdonisJS development server and build project for production",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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