You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@testcontainers/arangodb

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testcontainers/arangodb - npm Package Compare versions

Comparing version

to
10.1.0

LICENSE

5

package.json
{
"name": "@testcontainers/arangodb",
"version": "10.0.2",
"version": "10.1.0",
"license": "MIT",

@@ -28,2 +28,3 @@ "keywords": [

"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json"

@@ -35,4 +36,4 @@ },

"dependencies": {
"testcontainers": "^10.0.2"
"testcontainers": "^10.1.0"
}
}