Socket
Socket
Sign inDemoInstall

@tamagui/use-did-finish-ssr

Package Overview
Dependencies
Maintainers
1
Versions
894
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/use-did-finish-ssr - npm Package Compare versions

Comparing version 1.111.8 to 1.111.9

16

dist/esm/index.native.js
import * as React from "react";
var emptyFn = function() {
}, emptyFnFn = function() {
return emptyFn;
};
var emptyFn = function () {},
emptyFnFn = function () {
return emptyFn;
};
function useDidFinishSSR(value, options) {

@@ -19,7 +19,3 @@ return value ?? !0;

}
export {
useClientValue,
useDidFinishSSR,
useDidFinishSSRSync
};
//# sourceMappingURL=index.js.map
export { useClientValue, useDidFinishSSR, useDidFinishSSRSync };
//# sourceMappingURL=index.native.js.map
{
"name": "@tamagui/use-did-finish-ssr",
"version": "1.111.8",
"version": "1.111.9",
"types": "./types/index.d.ts",

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

".": {
"react-native-import": "./dist/esm/index.native.mjs",
"react-native-import": "./dist/esm/index.native.js",
"react-native": "./dist/cjs/index.native.js",

@@ -32,3 +32,3 @@ "types": "./types/index.d.ts",

"devDependencies": {
"@tamagui/build": "1.111.8",
"@tamagui/build": "1.111.9",
"react": "^18.2.0 || ^19.0.0"

@@ -35,0 +35,0 @@ },

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