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

@polymer/iron-scroll-threshold

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/iron-scroll-threshold - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

33

package.json
{
"name": "@polymer/iron-scroll-threshold",
"version": "0.0.3",
"flat": true,
"version": "0.0.4",
"description": "Triggers an event when nearing the beginning or end of a scrollable element ",
"contributors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer"
],
"main": "iron-scroll-threshold.html",
"repository": {

@@ -9,19 +18,9 @@ "type": "git",

},
"keywords": [
"web-components",
"polymer"
],
"contributors": [
"The Polymer Authors"
],
"license": "BSD-3-Clause",
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/iron-scroll-threshold",
"dependencies": {
"@polymer/polymer": "^1.2.5-npm-test.2",
"@polymer/iron-scroll-target-behavior": "^0.0.3"
"@polymer/polymer": "gloo",
"@polymer/iron-scroll-target-behavior": "gloo"
},
"devDependencies": {
"@polymer/iron-component-page": "^0.0.3",
"webcomponents.js": "^0.7.2",
"web-component-tester": "^4.0.0"
}
}
"devDependencies": {}
}

@@ -15,5 +15,7 @@

_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-scroll-threshold)_
[![Build status](https://travis-ci.org/PolymerElements/iron-scroll-threshold.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-scroll-threshold)
_[Demo and API docs](https://elements.polymer-project.org/elements/iron-scroll-threshold)_
##<iron-scroll-threshold>

@@ -61,7 +63,5 @@

<iron-scroll-threshold on-lower-threshold="loadMoreData">
<dom-repeat items="[[items]]">
<template>
<div>[[index]]</div>
</template>
</dom-repeat>
<template is="dom-repeat" items="[[items]]">
<div>[[index]]</div>
</template>
</iron-scroll-threshold>

@@ -68,0 +68,0 @@ ```

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