Socket
Socket
Sign inDemoInstall

@tamagui/scroll-view

Package Overview
Dependencies
Maintainers
1
Versions
862
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/scroll-view - npm Package Compare versions

Comparing version 1.0.1-beta.198 to 1.0.1-beta.199

12

dist/cjs/ScrollView.js

@@ -26,5 +26,11 @@ "use strict";

var import_react_native = require("react-native");
const ScrollView = (0, import_core.styled)(import_react_native.ScrollView, {
name: "ScrollView"
});
const ScrollView = (0, import_core.styled)(
import_react_native.ScrollView,
{
name: "ScrollView"
},
{
isReactNative: true
}
);
// Annotate the CommonJS export names for ESM import in node:

@@ -31,0 +37,0 @@ 0 && (module.exports = {

import { styled } from "@tamagui/core";
import { ScrollView as ScrollViewNative } from "react-native";
const ScrollView = styled(ScrollViewNative, {
name: "ScrollView"
});
const ScrollView = styled(
ScrollViewNative,
{
name: "ScrollView"
},
{
isReactNative: true
}
);
export {

@@ -7,0 +13,0 @@ ScrollView

import { styled } from "@tamagui/core";
import { ScrollView as ScrollViewNative } from "react-native";
const ScrollView = styled(ScrollViewNative, {
name: "ScrollView"
});
const ScrollView = styled(
ScrollViewNative,
{
name: "ScrollView"
},
{
isReactNative: true
}
);
export {

@@ -7,0 +13,0 @@ ScrollView

{
"name": "@tamagui/scroll-view",
"version": "1.0.1-beta.198",
"version": "1.0.1-beta.199",
"sideEffects": [

@@ -24,3 +24,3 @@ "*.css"

"dependencies": {
"@tamagui/core": "^1.0.1-beta.198"
"@tamagui/core": "^1.0.1-beta.199"
},

@@ -32,3 +32,3 @@ "peerDependencies": {

"devDependencies": {
"@tamagui/build": "^1.0.1-beta.198",
"@tamagui/build": "^1.0.1-beta.199",
"react": "*",

@@ -35,0 +35,0 @@ "react-dom": "*"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc