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

terra-scroll

Package Overview
Dependencies
Maintainers
7
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-scroll - npm Package Compare versions

Comparing version 2.31.0 to 2.32.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 2.32.0 - (September 21, 2021)
* Changed
* Updated WDIO Screenshots due to webpack-config-terra sass upgrade.
## 2.31.0 - (April 6, 2021)

@@ -7,0 +12,0 @@

4

lib/Scroll.js

@@ -16,2 +16,4 @@ "use strict";

var _excluded = ["children", "refCallback"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -42,3 +44,3 @@

refCallback = _ref.refCallback,
customProps = _objectWithoutProperties(_ref, ["children", "refCallback"]);
customProps = _objectWithoutProperties(_ref, _excluded);

@@ -45,0 +47,0 @@ return /*#__PURE__*/_react.default.createElement("div", _extends({}, customProps, {

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

function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }

@@ -35,0 +35,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }

{
"name": "terra-scroll",
"main": "lib/Scroll.js",
"version": "2.31.0",
"version": "2.32.0",
"description": "The terra-scroll is a content view that hides data accessible with scrolling and provides a refCallback.",

@@ -45,3 +45,3 @@ "repository": {

},
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61"
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e"
}
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