env-schema
Advanced tools
Comparing version 5.2.1 to 6.0.0
{ | ||
"name": "env-schema", | ||
"version": "5.2.1", | ||
"version": "6.0.0", | ||
"description": "Validate your env variable using Ajv and dotenv", | ||
"main": "index.js", | ||
"type": "commonjs", | ||
"types": "types/index.d.ts", | ||
@@ -33,15 +34,15 @@ "scripts": { | ||
"dependencies": { | ||
"ajv": "^8.0.0", | ||
"dotenv": "^16.0.0", | ||
"dotenv-expand": "^10.0.0" | ||
"ajv": "^8.12.0", | ||
"dotenv": "^16.4.5", | ||
"dotenv-expand": "10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@sinclair/typebox": "^0.31.1", | ||
"@fastify/pre-commit": "^2.1.0", | ||
"@sinclair/typebox": "^0.32.18", | ||
"ajv-formats": "^2.1.1", | ||
"fluent-json-schema": "^4.0.0", | ||
"fluent-json-schema": "^4.2.1", | ||
"snazzy": "^9.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.29.0" | ||
"standard": "^17.1.0", | ||
"tap": "^18.7.1", | ||
"tsd": "^0.31.0" | ||
}, | ||
@@ -48,0 +49,0 @@ "pre-commit": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33138
0
Updatedajv@^8.12.0
Updateddotenv@^16.4.5
Updateddotenv-expand@10.0.0