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

terra-scroll

Package Overview
Dependencies
Maintainers
9
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.30.0 to 2.31.0

9

CHANGELOG.md

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

## 2.31.0 - (April 6, 2021)
* Changed
* Upgrade tests to terra-functional-testing and WebDriverIO v6
* Removed unnecessary `wdio.conf.js` file
* Updated Jest command
## 2.30.0 - (January 5, 2021)

@@ -10,3 +17,3 @@

* Fixed broken links in documentation.
## 2.29.0 - (December 8, 2020)

@@ -13,0 +20,0 @@

2

lib/terra-dev-site/test/scroll/Default.test.js

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

function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }

@@ -39,0 +39,0 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }

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

@@ -39,9 +39,9 @@ "repository": {

"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"jest": "jest --config ../../jest.config.js",
"wdio-default": "cd ../.. && terra wdio",
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f"
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61"
}

@@ -11,3 +11,3 @@ Terra.describeViewports('Scroll', ['huge'], () => {

it('scroll the view', () => {
browser.click('#scroll');
$('#scroll').click();
});

@@ -14,0 +14,0 @@

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