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 1.0.14 to 1.0.15

1

build/src/Config.js

@@ -11,2 +11,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Config = void 0;
/// <reference path="../adonis-typings/config.ts" />

@@ -13,0 +14,0 @@ const utils_1 = require("@poppinss/utils");

2

build/standalone.js

@@ -12,2 +12,2 @@ "use strict";

var Config_1 = require("./src/Config");
exports.Config = Config_1.Config;
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return Config_1.Config; } });
{
"name": "@adonisjs/config",
"version": "1.0.14",
"version": "1.0.15",
"description": "Config management for AdonisJS framework",

@@ -34,9 +34,9 @@ "main": "build/providers/ConfigProvider.js",

"@adonisjs/mrm-preset": "^2.3.0",
"@types/node": "^13.13.4",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",
"@types/node": "^14.0.1",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"del-cli": "^3.0.0",
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.9",
"eslint": "^7.0.0",
"eslint-plugin-adonis": "^1.0.10",
"husky": "^4.2.5",

@@ -46,4 +46,4 @@ "japa": "^3.0.1",

"np": "^5.2.1",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
},

@@ -50,0 +50,0 @@ "nyc": {

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