@evidence-dev/db-commons
Advanced tools
Comparing version 0.0.0-b768cf98 to 0.0.0-b76fd5c0
# @evidence-dev/db-commons | ||
## 0.2.0 | ||
### Minor Changes | ||
- 4c04edd0: Changed expected environment variables to reduce ambiguity | ||
## 0.1.3 | ||
@@ -4,0 +10,0 @@ |
@@ -1,6 +0,4 @@ | ||
# License | ||
MIT License | ||
Copyright \(c\) 2021 Evidence | ||
Copyright \(c\) 2023 Evidence | ||
@@ -7,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \(the "Software"\), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "@evidence-dev/db-commons", | ||
"version": "0.0.0-b768cf98", | ||
"version": "0.0.0-b76fd5c0", | ||
"description": "Shared modules for Evidence Database Drivers ", | ||
@@ -11,3 +11,10 @@ "main": "index.cjs", | ||
}, | ||
"type": "module" | ||
"type": "module", | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
"jest": "^28.1.3" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
13216
7
306
2
11
1