Socket
Socket
Sign inDemoInstall

@tamagui/use-force-update

Package Overview
Dependencies
Maintainers
1
Versions
1151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/use-force-update - npm Package Compare versions

Comparing version 1.0.0-alpha.64 to 1.0.0-beta.172

21

dist/cjs/index.js

@@ -5,3 +5,2 @@ var __defProp = Object.defineProperty;

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });

@@ -12,15 +11,11 @@ var __export = (target, all) => {

};
var __reExport = (target, module2, copyDefault, desc) => {
if (module2 && typeof module2 === "object" || typeof module2 === "function") {
for (let key of __getOwnPropNames(module2))
if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
__defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return target;
return to;
};
var __toCommonJS = /* @__PURE__ */ ((cache) => {
return (module2, temp) => {
return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
};
})(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var src_exports = {};

@@ -30,2 +25,3 @@ __export(src_exports, {

});
module.exports = __toCommonJS(src_exports);
var import_react = require("react");

@@ -53,3 +49,2 @@ function useForceUpdate() {

__name(useForceUpdate, "useForceUpdate");
module.exports = __toCommonJS(src_exports);
//# sourceMappingURL=index.js.map
{
"name": "@tamagui/use-force-update",
"version": "1.0.0-alpha.64",
"version": "1.0.0-beta.172+0f3fd8dc",
"typings": "types",

@@ -14,6 +14,8 @@ "main": "dist/cjs",

"build": "tamagui-build",
"watch": "tamagui-build --watch"
"watch": "tamagui-build --watch",
"clean": "tamagui-build clean",
"clean:build": "tamagui-build clean:build"
},
"devDependencies": {
"@tamagui/build": "^1.0.0-alpha.64"
"@tamagui/build": "^1.0.0-beta.172+0f3fd8dc"
},

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

},
"gitHead": "9363f43117f9504de9bd4949ca210cd1ebbf753b"
"gitHead": "0f3fd8dc83eede20419fb180704eb9ad1d63e814"
}

Sorry, the diff of this file is not supported yet

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