@vonage/server-client
Advanced tools
Comparing version 1.12.0 to 1.12.1
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@vonage/server-client", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "The Vonage Server Client provides core functionalities for interacting with Vonage APIs, ensuring a standardized response regardless of the underlying HTTP adapter.", | ||
@@ -25,4 +25,5 @@ "homepage": "https://developer.vonage.com", | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"main": "dist/lib/index.js", | ||
"types": "dist/lib/index.d.ts", | ||
"directories": { | ||
@@ -41,4 +42,4 @@ "lib": "dist", | ||
"dependencies": { | ||
"@vonage/auth": "^1.10.0", | ||
"@vonage/vetch": "^1.7.1", | ||
"@vonage/auth": "^1.10.1", | ||
"@vonage/vetch": "^1.7.2", | ||
"debug": "^4.3.4", | ||
@@ -48,3 +49,2 @@ "lodash.camelcase": "^4.3.0", | ||
"lodash.kebabcase": "^4.1.1", | ||
"lodash.partial": "^4.2.1", | ||
"lodash.snakecase": "^4.1.1", | ||
@@ -57,3 +57,2 @@ "node-fetch": "^2" | ||
"@types/lodash.kebabcase": "4.1.7", | ||
"@types/lodash.partial": "4.2.7", | ||
"@types/lodash.snakecase": "4.1.7", | ||
@@ -60,0 +59,0 @@ "@types/node-fetch": "2.6.6", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
111701
8
6
51
Yes
1078
3
- Removedlodash.partial@^4.2.1
- Removedlodash.partial@4.2.1(transitive)
Updated@vonage/auth@^1.10.1
Updated@vonage/vetch@^1.7.2