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

react-mkx-components

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mkx-components - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

dist/ScrolllDiv/ScrolllDiv.js

@@ -20,3 +20,3 @@ "use strict";

var { page, setPage, totalPage = 1, style, height = 320 } = _a, rest = __rest(_a, ["page", "setPage", "totalPage", "style", "height"]);
return (react_1.default.createElement("div", Object.assign({ style: Object.assign(Object.assign({}, style), { height }), onScroll: (e) => {
return (react_1.default.createElement("div", Object.assign({ style: Object.assign(Object.assign({}, style), { height, overflowY: "auto" }), onScroll: (e) => {
const target = e.target;

@@ -23,0 +23,0 @@ const bottom = target.scrollHeight - target.scrollTop === target.clientHeight;

{
"name": "react-mkx-components",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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