Socket
Socket
Sign inDemoInstall

@tamagui/remove-scroll

Package Overview
Dependencies
Maintainers
1
Versions
974
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/remove-scroll - npm Package Compare versions

Comparing version 1.0.1-beta.108 to 1.0.1-beta.109

1

dist/cjs/index.js

@@ -0,1 +1,2 @@

"use strict";
var __defProp = Object.defineProperty;

@@ -2,0 +3,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

@@ -0,5 +1,12 @@

"use strict";
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {

@@ -13,7 +20,21 @@ if (from && typeof from === "object" || typeof from === "function") {

};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var RemoveScroll_exports = {};
__export(RemoveScroll_exports, {
RemoveScroll: () => RemoveScroll
});
module.exports = __toCommonJS(RemoveScroll_exports);
__reExport(RemoveScroll_exports, require("react-remove-scroll"), module.exports);
var import_react = __toESM(require("react"));
var import_react_remove_scroll = require("react-remove-scroll");
const RemoveScroll = (props) => {
return /* @__PURE__ */ import_react.default.createElement(import_react_remove_scroll.RemoveScroll, {
...props
});
};
RemoveScroll.classNames = import_react_remove_scroll.RemoveScroll.classNames;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
RemoveScroll
});
//# sourceMappingURL=RemoveScroll.js.map

@@ -0,1 +1,2 @@

"use strict";
var __defProp = Object.defineProperty;

@@ -2,0 +3,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

@@ -1,2 +0,12 @@

export * from "react-remove-scroll";
import React from "react";
import { RemoveScroll as RS } from "react-remove-scroll";
const RemoveScroll = (props) => {
return /* @__PURE__ */ React.createElement(RS, {
...props
});
};
RemoveScroll.classNames = RS.classNames;
export {
RemoveScroll
};
//# sourceMappingURL=RemoveScroll.js.map

@@ -1,2 +0,9 @@

export * from "react-remove-scroll";
import { RemoveScroll as RS } from "react-remove-scroll";
const RemoveScroll = (props) => {
return <RS {...props} />;
};
RemoveScroll.classNames = RS.classNames;
export {
RemoveScroll
};
//# sourceMappingURL=RemoveScroll.js.map

4

package.json
{
"name": "@tamagui/remove-scroll",
"version": "1.0.1-beta.108",
"version": "1.0.1-beta.109",
"types": "./types/index.d.ts",

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

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

@@ -26,0 +26,0 @@ },

@@ -1,5 +0,11 @@

/// <reference types="react" />
import type { RemoveScroll as RS } from 'react-remove-scroll';
import React from 'react';
import { RemoveScroll as RS } from 'react-remove-scroll';
export declare type RemoveScrollProps = React.ComponentProps<typeof RS>;
export * from 'react-remove-scroll';
export declare const RemoveScroll: {
(props: RemoveScrollProps): JSX.Element;
classNames: {
fullWidth: string;
zeroRight: string;
};
};
//# sourceMappingURL=RemoveScroll.d.ts.map

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

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc