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.19.0 to 6.20.0

SECURITY.md

24

package.json
{
"name": "envfile",
"version": "6.19.0",
"version": "6.20.0",
"description": "Parse and stringify the environment configuration files and format, also known as .env files and dotenv files",

@@ -171,23 +171,23 @@ "homepage": "https://github.com/bevry/envfile",

"devDependencies": {
"@bevry/json": "^1.6.0",
"@bevry/json": "^1.7.0",
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^11.2.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"filedirname": "^2.8.0",
"kava": "^7.1.0",
"filedirname": "^2.9.0",
"kava": "^7.2.0",
"make-deno-edition": "^1.3.0",
"prettier": "^3.1.0",
"projectz": "^2.23.0",
"safeps": "^11.1.0",
"projectz": "^3.0.0",
"safeps": "^11.2.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.1.0",
"valid-module": "^2.1.0"
"valid-directory": "^4.2.0",
"valid-module": "^2.2.0"
},

@@ -194,0 +194,0 @@ "scripts": {

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

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

@@ -106,3 +106,3 @@

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

@@ -115,3 +115,3 @@ ```

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

@@ -124,3 +124,3 @@ ```

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

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