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

react-photostory

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-photostory - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

components/Swipe.js

@@ -193,3 +193,3 @@ import React, { Component, PropTypes } from 'react'

attributes: {'data-index': index},
lazyLoad: renderFirst ? !index === initialIndex : true
lazyLoad: renderFirst ? index !== initialIndex : true
}))

@@ -196,0 +196,0 @@ )

@@ -276,3 +276,3 @@ 'use strict';

attributes: { 'data-index': index },
lazyLoad: renderFirst ? !index === initialIndex : true
lazyLoad: renderFirst ? index !== initialIndex : true
});

@@ -279,0 +279,0 @@ });

@@ -88,3 +88,3 @@ {

},
"version": "0.5.0"
"version": "0.5.1"
}
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