Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tamagui/use-debounce

Package Overview
Dependencies
Maintainers
1
Versions
1172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/use-debounce - npm Package Compare versions

Comparing version 1.0.0-alpha.32 to 1.0.0-alpha.36

3

dist/esm/index.js

@@ -35,3 +35,4 @@ var __defProp = Object.defineProperty;

return () => {
dbEffect.current?.cancel();
var _a;
(_a = dbEffect.current) == null ? void 0 : _a.cancel();
};

@@ -38,0 +39,0 @@ }, []);

@@ -35,3 +35,4 @@ var __defProp = Object.defineProperty;

return () => {
dbEffect.current?.cancel();
var _a;
(_a = dbEffect.current) == null ? void 0 : _a.cancel();
};

@@ -38,0 +39,0 @@ }, []);

{
"name": "@tamagui/use-debounce",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.36",
"typings": "types",

@@ -17,3 +17,3 @@ "main": "dist/cjs",

"devDependencies": {
"@tamagui/build": "^1.0.0-alpha.32"
"@tamagui/build": "^1.0.0-alpha.36"
},

@@ -26,3 +26,3 @@ "dependencies": {

},
"gitHead": "08084d0e70828a4d5fd18267d85db282a3a189d9"
"gitHead": "d5b75feefe9694ee2f107b69c1be98a5f107eada"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc