@captchafox/react
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "@captchafox/react", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"main": "./dist/index.js", | ||
@@ -9,4 +9,16 @@ "module": "./dist/index.mjs", | ||
"license": "MIT", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist/**" | ||
"dist" | ||
], | ||
@@ -26,3 +38,3 @@ "scripts": { | ||
"dependencies": { | ||
"@captchafox/types": "*" | ||
"@captchafox/types": "^1.1.0" | ||
}, | ||
@@ -42,3 +54,3 @@ "devDependencies": { | ||
"react": "^18.1.0", | ||
"tsup": "^6.6.3", | ||
"tsup": "^7.1.0", | ||
"ts-jest": "^29.0.5", | ||
@@ -45,0 +57,0 @@ "typescript": "^4.9.5" |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
15571
6
0
Updated@captchafox/types@^1.1.0