@braintree/browser-detection
Advanced tools
Comparing version 1.17.2 to 2.0.0
{ | ||
"name": "@braintree/browser-detection", | ||
"version": "1.17.2", | ||
"version": "2.0.0", | ||
"description": "A small lib to detect browser compatibility for braintree products", | ||
@@ -12,13 +12,13 @@ "main": "dist/browser-detection.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.14.6", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.5.2", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
"eslint": "^8.35.0", | ||
"eslint": "^8.47.0", | ||
"eslint-config-braintree": "^6.0.0-typescript-prep-rc.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"prettier": "^2.8.4", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.6.3", | ||
"jest-environment-jsdom": "^29.6.3", | ||
"prettier": "^3.0.2", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
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
21821