New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-smart-scroller

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-smart-scroller - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

7

dist/components/ReactSmartScrollerVertical.js

@@ -286,2 +286,7 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread";

const height = cols ? `calc(100% / ${cols})` : 'auto';
const extendedChild = React.cloneElement(children[index], {
style: _objectSpread({
display: 'flex'
}, children[index].props.style)
});
return React.createElement(ChildrenWrapper, {

@@ -295,3 +300,3 @@ style: {

}
}, child);
}, extendedChild);
});

@@ -298,0 +303,0 @@ }

2

package.json
{
"name": "react-smart-scroller",
"version": "1.0.13",
"version": "1.0.14",
"description": "React-smart-scroller is a library that allows you to create highly customizable horizontal or vertical scroller in easy way. You can modify track styles or pass your own thumb (own component)",

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

@@ -22,2 +22,3 @@ <p align="center">

- Spacing between columns
- Draggable content
- Well typed (Typescript)

@@ -43,3 +44,3 @@

vertical | boolean | Default: `false`.<br> Defines direction of scrollbar - horizontal by default.<br>If height of ReactSmartScroller is not defined it will automatically resize to 100% and scroll will not be visible.
draggable | boolean | Default: `false`.<br> Allows to drag content,
draggable | boolean | Default: `false`.<br> Allows to scroll by dragging content.

@@ -46,0 +47,0 @@ ## Usage

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