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.28.0 to 2.29.0

5

CHANGELOG.md

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

## 2.29.0 - (December 8, 2020)
* Changed
* Update wdio tests to remove deprecated Terra.it helpers
## 2.28.0 - (August 4, 2020)

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

4

lib/terra-dev-site/test/scroll/Default.test.js
"use strict";
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
Object.defineProperty(exports, "__esModule", {

@@ -18,4 +20,2 @@ value: true

function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -22,0 +22,0 @@

{
"name": "terra-scroll",
"main": "lib/Scroll.js",
"version": "2.28.0",
"version": "2.29.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": "25fa65c7df029c2a5341095ada3341e558a3257b"
"gitHead": "a831aafb7547ff092f55bb322c2800129e51fdf9"
}
Terra.describeViewports('Scroll', ['huge'], () => {
before(() => {
browser.url('/#/raw/tests/terra-scroll/scroll/default');
browser.url('/raw/tests/terra-scroll/scroll/default');
});
Terra.it.validatesElement('before-click', { selector: '#scroll-test' });
it('should display Scroll before click', () => {
Terra.validates.element('before-click', { selector: '#scroll-test' });
});

@@ -12,3 +14,5 @@ it('scroll the view', () => {

Terra.it.matchesScreenshot('after-click', { selector: '#scroll-test' });
it('should display Scroll after click', () => {
Terra.validates.element('after-click', { selector: '#scroll-test' });
});
});
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