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

scrollreveal

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrollreveal - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

12

dist/scrollreveal.js

@@ -31,3 +31,3 @@

* ------------
* Version : 3.1.3
* Version : 3.1.4
* Website : scrollrevealjs.org

@@ -145,3 +145,3 @@ * Repo : github.com/jlmakes/scrollreveal.js

else if (typeof console !== 'undefined' && console !== null) {
void 0;
console.log('ScrollReveal is not supported in this browser.');
}

@@ -158,3 +158,3 @@

*/
ScrollReveal.prototype.isSupported = function(){
ScrollReveal.prototype.isSupported = function() {
var style = document.documentElement.style;

@@ -205,3 +205,3 @@ return 'WebkitTransition' in style && 'WebkitTransform' in style

if (!elements.length) {
void 0;
console.log('ScrollReveal: reveal on "'+ selector + '" failed, no elements found.');
return sr

@@ -321,3 +321,3 @@ }

} else {
void 0;
console.log('ScrollReveal: sync failed, no reveals found.');
}

@@ -348,3 +348,3 @@ return sr

else if (container && !sr.tools.isNode(container)) {
void 0;
console.log('ScrollReveal: Invalid container provided, using <html> instead.');
config.container = null;

@@ -351,0 +351,0 @@ }

@@ -42,3 +42,2 @@ var bower = require('bower-json');

.pipe(umd({ namespace: 'ScrollReveal', exports: 'this.ScrollReveal' }))
.pipe(stripDebug())
.pipe(gulp.dest('dist'))

@@ -45,0 +44,0 @@ });

{
"name" : "scrollreveal",
"version" : "3.1.3",
"version" : "3.1.4",
"description" : "Easy scroll animations for web and mobile browsers.",

@@ -5,0 +5,0 @@ "homepage" : "https://scrollrevealjs.org",

@@ -23,3 +23,3 @@ [![ScrollReveal — Easy scroll animations for web and mobile browsers.](https://scrollrevealjs.org/assets/scrollreveal-repo-header.png)](https://scrollrevealjs.org)

```html
<script src="https://cdn.jsdelivr.net/scrollreveal.js/3.1.3/scrollreveal.min.js"></script>
<script src="https://cdn.jsdelivr.net/scrollreveal.js/3.1.4/scrollreveal.min.js"></script>
```

@@ -26,0 +26,0 @@

@@ -20,3 +20,3 @@

* ------------
* Version : 3.1.3
* Version : 3.1.4
* Website : scrollrevealjs.org

@@ -146,3 +146,3 @@ * Repo : github.com/jlmakes/scrollreveal.js

*/
ScrollReveal.prototype.isSupported = function(){
ScrollReveal.prototype.isSupported = function() {
var style = document.documentElement.style;

@@ -149,0 +149,0 @@ return 'WebkitTransition' in style && 'WebkitTransform' in style

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