@polymer/iron-scroll-threshold
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
10258
3
1
1
0
1
+ Added@polymer/polymer@1.7.1-npm-test.4(transitive)
- Removed@polymer/iron-scroll-target-behavior@0.0.3(transitive)
- Removed@polymer/polymer@1.2.5-npm-test.2(transitive)
Updated@polymer/polymer@gloo