hapi-paypal
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.", | ||
@@ -36,3 +36,4 @@ "license": "MIT", | ||
"joi": "^10.6.0", | ||
"paypal-rest-sdk": "^1.7.1" | ||
"paypal-rest-sdk": "^1.7.1", | ||
"@types/paypal-rest-sdk": "^1.7.0" | ||
}, | ||
@@ -48,4 +49,3 @@ "peerDependencies": { | ||
"@types/mongoose": "^4.7.19", | ||
"@types/node": "^7.0.39", | ||
"@types/paypal-rest-sdk": "^1.7.0", | ||
"@types/node": "^8.0.17", | ||
"@types/sinon": "^2.3.3", | ||
@@ -52,0 +52,0 @@ "@types/superagent": "^3.5.3", |
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
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
26
4
+ Added@types/node@22.10.0(transitive)
+ Added@types/paypal-rest-sdk@1.7.9(transitive)
+ Addedundici-types@6.20.0(transitive)