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

@tamagui/start-transition

Package Overview
Dependencies
Maintainers
0
Versions
82
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.113.1 to 1.113.2

8

dist/esm/index.native.js
import "react";
var startTransition = function (callback) {
var startTransition = function(callback) {
callback();
};
export { startTransition };
//# sourceMappingURL=index.native.js.map
export {
startTransition
};
//# sourceMappingURL=index.js.map

@@ -1,8 +0,8 @@

import { startTransition } from "./index.native.js";
describe("startTransition", function () {
it("should call the callback directly if TAMAGUI_TARGET is not web", function () {
import { startTransition } from "./index";
describe("startTransition", function() {
it("should call the callback directly if TAMAGUI_TARGET is not web", function() {
process.env.TAMAGUI_TARGET = "native";
var callback = jest.fn();
startTransition(callback), expect(callback).toHaveBeenCalled();
}), it("should proxy to react.startTransition if TAMAGUI_TARGET is web", function () {
}), it("should proxy to react.startTransition if TAMAGUI_TARGET is web", function() {
process.env.TAMAGUI_TARGET = "web";

@@ -13,2 +13,2 @@ var callback = jest.fn();

});
//# sourceMappingURL=index.test.native.js.map
//# sourceMappingURL=index.test.js.map
{
"name": "@tamagui/start-transition",
"version": "1.113.1",
"version": "1.113.2",
"source": "src/index.ts",

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

"devDependencies": {
"@tamagui/build": "1.113.1"
"@tamagui/build": "1.113.2"
},

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

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