Socket
Socket
Sign inDemoInstall

envfile

Package Overview
Dependencies
0
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.21.0 to 6.22.0-next.1700712299.86e74f790c5a1e056ed480d9be6ebb04aac6b991

19

package.json
{
"name": "envfile",
"version": "6.21.0",
"version": "6.22.0-next.1700712299.86e74f790c5a1e056ed480d9be6ebb04aac6b991",
"description": "Parse and stringify the environment configuration files and format, also known as .env files and dotenv files",

@@ -188,5 +188,5 @@ "homepage": "https://github.com/bevry/envfile",

"devDependencies": {
"@bevry/json": "^1.10.0",
"@bevry/json": "^2.0.0",
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.3",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",

@@ -196,10 +196,11 @@ "@typescript-eslint/parser": "^6.12.0",

"eslint": "^8.54.0",
"eslint-config-bevry": "^5.0.0",
"eslint-config-bevry": "^5.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"filedirname": "^2.10.0",
"filedirname": "^2.11.0",
"kava": "^7.3.0",
"make-deno-edition": "^1.3.0",
"prettier": "^3.1.0",
"projectz": "^3.2.0",
"projectz": "^3.3.0",
"promise-errback": "^1.0.0",
"safeps": "^11.3.0",

@@ -209,4 +210,4 @@ "surge": "^0.23.1",

"typescript": "5.2.2",
"valid-directory": "^4.4.0",
"valid-module": "^2.4.0"
"valid-directory": "^4.5.0",
"valid-module": "^2.5.0"
},

@@ -254,2 +255,2 @@ "scripts": {

}
}
}

@@ -99,3 +99,3 @@ <!-- TITLE/ -->

``` typescript
import * as pkg from 'https://unpkg.com/envfile@^6.21.0/edition-deno/index.ts'
import * as pkg from 'https://unpkg.com/envfile@^6.22.0/edition-deno/index.ts'
```

@@ -107,3 +107,3 @@

<script type="module">
import * as pkg from '//cdn.skypack.dev/envfile@^6.21.0'
import * as pkg from '//cdn.skypack.dev/envfile@^6.22.0'
</script>

@@ -116,3 +116,3 @@ ```

<script type="module">
import * as pkg from '//unpkg.com/envfile@^6.21.0'
import * as pkg from '//unpkg.com/envfile@^6.22.0'
</script>

@@ -125,3 +125,3 @@ ```

<script type="module">
import * as pkg from '//dev.jspm.io/envfile@6.21.0'
import * as pkg from '//dev.jspm.io/envfile@6.22.0'
</script>

@@ -128,0 +128,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc