hapi-paypal
Advanced tools
Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"reinstall": "rimraf node_modules package-lock.json && npm install", | ||
"start": "ts-node ./test/server.ts" | ||
"start": "ts-node -r dotenv/config ./test/server.ts" | ||
}, | ||
@@ -56,2 +56,3 @@ "dependencies": { | ||
"dotenv": "^4.0.0", | ||
"glue": "^4.2.0", | ||
"good": "^7.2.0", | ||
@@ -58,0 +59,0 @@ "good-console": "^6.4.0", |
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
30047
27