react-recaptcha-x
Advanced tools
Comparing version 1.1.15 to 1.1.16
@@ -0,1 +1,8 @@ | ||
## [1.1.16](https://github.com/antokara/react-recaptcha-x/compare/v1.1.15...v1.1.16) (2022-12-30) | ||
### Bug Fixes | ||
* **npm-packages:** upgrade ([2d7de4f](https://github.com/antokara/react-recaptcha-x/commit/2d7de4fb18c42b8795fed6e366220ba370cd8cfa)) | ||
## [1.1.15](https://github.com/antokara/react-recaptcha-x/compare/v1.1.14...v1.1.15) (2022-10-22) | ||
@@ -2,0 +9,0 @@ |
@@ -7,3 +7,3 @@ import * as React from 'react'; | ||
} | ||
declare type TProps = { | ||
type TProps = { | ||
siteKeyV2?: string; | ||
@@ -15,3 +15,3 @@ siteKeyV3?: string; | ||
}; | ||
declare type TState = { | ||
type TState = { | ||
loaded: boolean; | ||
@@ -18,0 +18,0 @@ }; |
import * as React from 'react'; | ||
declare type TWithContext = <T extends object>(Component: React.ComponentType<T>) => React.ComponentType<T>; | ||
type TWithContext = <T extends object>(Component: React.ComponentType<T>) => React.ComponentType<T>; | ||
declare const withContext: TWithContext; | ||
export { withContext }; |
@@ -1,1 +0,1 @@ | ||
export declare type TCallback = (token: string | false | Error) => void; | ||
export type TCallback = (token: string | false | Error) => void; |
import { TRefreshToken } from './TRefreshToken'; | ||
export declare type TCallback = (token: string | void, refreshToken: TRefreshToken | void) => void; | ||
export type TCallback = (token: string | void, refreshToken: TRefreshToken | void) => void; |
@@ -1,1 +0,1 @@ | ||
export declare type TRefreshToken = () => void; | ||
export type TRefreshToken = () => void; |
{ | ||
"name": "react-recaptcha-x", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", | ||
@@ -46,21 +46,22 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.6", | ||
"@semantic-release/github": "^8.0.7", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@testing-library/dom": "^8.19.0", | ||
"@testing-library/dom": "^8.19.1", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/jest": "^29.2.0", | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"@types/jest": "^29.2.4", | ||
"@types/node": "^18.11.18", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.10", | ||
"@typescript-eslint/eslint-plugin": "^5.47.1", | ||
"@typescript-eslint/parser": "^5.47.1", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.26.0", | ||
"jest": "^29.2.1", | ||
"jest-environment-jsdom": "^29.2.1", | ||
"prettier": "^2.7.1", | ||
"eslint": "^8.30.0", | ||
"jest": "^29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"prettier": "^2.8.1", | ||
"react": "18.2.0", | ||
@@ -70,7 +71,7 @@ "react-dom": "^18.2.0", | ||
"ts-jest": "^29.0.3", | ||
"ts-loader": "^9.4.1", | ||
"ts-loader": "^9.4.2", | ||
"tsconfig-replace-paths": "^0.0.11", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"typescript": "^4.9.4", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1" | ||
}, | ||
@@ -77,0 +78,0 @@ "peerDependencies": { |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
137159
29
1