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

@tamagui/start-transition

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/start-transition - npm Package Compare versions

Comparing version 1.121.11 to 1.121.12

6

dist/cjs/index.js

@@ -15,7 +15,7 @@ var __defProp = Object.defineProperty;

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
startTransition: () => startTransition
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_react = require("react");

@@ -22,0 +22,0 @@ const startTransition = (callback) => {

@@ -16,7 +16,7 @@ "use strict";

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
startTransition: () => startTransition
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_react = require("react"), startTransition = function(callback) {

@@ -23,0 +23,0 @@ callback();

{
"name": "@tamagui/start-transition",
"version": "1.121.11",
"version": "1.121.12",
"source": "src/index.ts",

@@ -28,3 +28,3 @@ "license": "MIT",

"devDependencies": {
"@tamagui/build": "1.121.11"
"@tamagui/build": "1.121.12"
},

@@ -31,0 +31,0 @@ "scripts": {

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