@matt-block/react-recaptcha-v2
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@matt-block/react-recaptcha-v2", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM", | ||
@@ -20,7 +20,7 @@ "main": "lib/index.esm.js", | ||
"type": "git", | ||
"url": "https://github.com/matt-block/react-recaptcha-v2.git" | ||
"url": "https://github.com/matei-radu/react-recaptcha-v2.git" | ||
}, | ||
"bugs": "https://github.com/matt-block/react-recaptcha-v2/issues", | ||
"homepage": "https://github.com/matt-block/react-recaptcha-v2#readme", | ||
"author": "Matei Bogdan Radu <matei.radu.92@gmail.com>", | ||
"bugs": "https://github.com/matei-radu/react-recaptcha-v2/issues", | ||
"homepage": "https://github.com/matei-radu/react-recaptcha-v2#readme", | ||
"author": "Matei Bogdan Radu <opensource@mateiradu.dev>", | ||
"license": "MIT", | ||
@@ -33,15 +33,15 @@ "private": false, | ||
"dependencies": { | ||
"nanoid": "^2.0.0" | ||
"nanoid": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/nanoid": "^1.2.0", | ||
"@types/react": "^16.7.3", | ||
"husky": "^1.1.3", | ||
"lint-staged": "^8.0.4", | ||
"prettier": "^1.15.2", | ||
"rollup": "^0.67.1", | ||
"rollup-plugin-copy": "^0.2.3", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"@types/nanoid": "^2.0.0", | ||
"@types/react": "^16.8.19", | ||
"husky": "^2.4.0", | ||
"lint-staged": "^8.2.0", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.14.4", | ||
"rollup-plugin-copy": "^2.0.1", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.1.6" | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
15727
Updatednanoid@^2.0.3