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

@adonisjs/env

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/env - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

build/providers/EnvProvider.js

@@ -10,3 +10,3 @@ "use strict";

register() {
this.$container.bind('Adonis/Core/Env', () => {
this.$container.singleton('Adonis/Core/Env', () => {
const env = new Env_1.Env();

@@ -13,0 +13,0 @@ const app = this.$container.use('Adonis/Core/Application');

{
"name": "@adonisjs/env",
"version": "1.0.8",
"version": "1.0.9",
"description": "Environment variable manager for Node.js",

@@ -19,3 +19,3 @@ "files": [

"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile && typedoc --theme markdown --excludePrivate --mdHideSources && git add docs",
"build": "npm run compile && typedoc --theme markdown --excludePrivate --HideSources && git add docs",
"commit": "git-cz",

@@ -36,3 +36,3 @@ "release": "np",

"@types/dotenv": "^6.1.1",
"@types/node": "^12.7.2",
"@types/node": "^12.7.4",
"commitizen": "^4.0.3",

@@ -42,4 +42,4 @@ "cz-conventional-changelog": "^3.0.2",

"doctoc": "^1.4.0",
"husky": "^3.0.4",
"japa": "^3.0.0",
"husky": "^3.0.5",
"japa": "^3.0.1",
"mrm": "^1.2.2",

@@ -52,3 +52,3 @@ "np": "^5.0.3",

"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-markdown": "^2.1.4",
"typedoc-plugin-markdown": "^2.1.10",
"typescript": "^3.6.2"

@@ -80,3 +80,3 @@ },

"dependencies": {
"@poppinss/utils": "^1.0.5",
"@poppinss/utils": "^1.0.7",
"dotenv": "^8.1.0"

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