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

@adonisjs/config

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/config - npm Package Compare versions

Comparing version 3.0.9 to 4.0.0-0

build/src/config.d.ts

2

build/index.d.ts

@@ -1,1 +0,1 @@

export { Config } from './src/Config';
export { Config } from './src/config.js';

@@ -1,13 +0,1 @@

"use strict";
/*
* @adonisjs/config
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Config = void 0;
var Config_1 = require("./src/Config");
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return Config_1.Config; } });
export { Config } from './src/config.js';
{
"name": "@adonisjs/config",
"version": "3.0.9",
"version": "4.0.0-0",
"description": "Config management for AdonisJS framework",
"main": "build/index.js",
"type": "module",
"files": [
"build/adonis-typings",
"build/src",

@@ -12,16 +12,18 @@ "build/index.d.ts",

],
"exports": {
".": "./build/index.js"
},
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"test": "node -r @adonisjs/require-ts/build/register bin/test.ts",
"test": "npm run vscode:test",
"version": "npm run build",
"clean": "del build",
"clean": "del-cli build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile",
"commit": "git-cz",
"release": "np --message=\"chore(release): %s\"",
"release": "np",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json adonisjs/config"
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/config",
"vscode:test": "node --loader=ts-node/esm bin/test.ts"
},

@@ -35,4 +37,4 @@ "keywords": [

"devDependencies": {
"@adonisjs/mrm-preset": "^5.0.3",
"@adonisjs/require-ts": "^2.0.13",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@japa/assert": "^1.3.6",

@@ -42,41 +44,19 @@ "@japa/run-failed-tests": "^1.1.0",

"@japa/spec-reporter": "^1.3.2",
"@swc/core": "^1.3.9",
"@types/node": "^18.11.2",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^5.0.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-adonis": "^3.0.3",
"eslint-plugin-prettier": "^4.2.1",
"github-label-sync": "^2.2.0",
"husky": "^8.0.1",
"mrm": "^4.1.13",
"np": "^7.6.2",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"nyc": {
"exclude": [
"test"
],
"extension": [
".ts"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"np": {
"contents": ".",
"anyBranch": false
},
"dependencies": {
"@poppinss/utils": "^5.0.0"
"@poppinss/utils": "^6.0.0-1"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {

@@ -90,19 +70,2 @@ "type": "git",

"homepage": "https://github.com/adonisjs/config#readme",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"mrmConfig": {
"core": true,
"license": "MIT",
"services": [
"github-actions"
],
"minNodeVersion": "14.15.4",
"probotApps": [
"stale",
"lock"
],
"runGhActionsOnWindows": false
},
"eslintConfig": {

@@ -137,3 +100,18 @@ "extends": [

"printWidth": 100
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"np": {
"message": "chore(release): %s",
"tag": "next",
"branch": "main",
"anyBranch": false
}
}
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