@tamagui/use-debounce
Advanced tools
Comparing version 1.0.0-beta.202 to 1.0.0-beta.203
@@ -85,2 +85,8 @@ var __defProp = Object.defineProperty; | ||
__name(useDebounceValue, "useDebounceValue"); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
debounce, | ||
useDebounce, | ||
useDebounceValue | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tamagui/use-debounce", | ||
"version": "1.0.0-beta.202+a1a54793", | ||
"version": "1.0.0-beta.203+bdbb1f11", | ||
"typings": "types", | ||
@@ -19,5 +19,6 @@ "main": "dist/cjs", | ||
"devDependencies": { | ||
"@tamagui/build": "^1.0.0-beta.202+a1a54793" | ||
"@tamagui/build": "^1.0.0-beta.203+bdbb1f11", | ||
"react": "*" | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"react": "*" | ||
@@ -28,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "a1a54793ee1890507fc934f42f2eb3a4020b57c5" | ||
"gitHead": "bdbb1f11fae44e3a78133373ef108adccaa68924" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15406
235
1
2
- Removedreact@*