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 7.0.0 to 7.1.0

5

build/index.js

@@ -32,2 +32,7 @@ // src/bundler.ts

];
if (process.allowedNodeEnvironmentFlags.has("--disable-warning")) {
DEFAULT_NODE_ARGS.push("--disable-warning=ExperimentalWarning");
} else {
DEFAULT_NODE_ARGS.push("--no-warnings");
}
function parseConfig(cwd, ts) {

@@ -34,0 +39,0 @@ const { config, error } = new ConfigParser(cwd, "tsconfig.json", ts).parse();

10

package.json
{
"name": "@adonisjs/assembler",
"description": "Provides utilities to run AdonisJS development server and build project for production",
"version": "7.0.0",
"version": "7.1.0",
"engines": {

@@ -47,7 +47,7 @@ "node": ">=18.16.0"

"@japa/snapshot": "^2.0.4",
"@swc/core": "^1.3.102",
"@types/node": "^20.10.7",
"@swc/core": "^1.3.104",
"@types/node": "^20.11.5",
"@types/picomatch": "^2.3.3",
"@types/pretty-hrtime": "^1.0.3",
"c8": "^9.0.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",

@@ -61,3 +61,3 @@ "dedent": "^1.5.1",

"p-event": "^6.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",

@@ -64,0 +64,0 @@ "tsup": "^8.0.1",

Sorry, the diff of this file is not supported yet

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