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

react-grid-gallery

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-grid-gallery - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

5

CHANGELOG.md
# react-grid-gallery
### v0.4.6 / 2017-10-02
* Added vendor specific prefixes to userSelect styling.
### v0.4.5 / 2017-10-02

@@ -4,0 +9,0 @@

2

lib/Image.js

@@ -236,2 +236,4 @@ 'use strict';

userSelect: "text",
WebkitUserSelect: "text",
MozUserSelect: "text",
overflow: "hidden"

@@ -238,0 +240,0 @@ } },

2

package.json
{
"name": "react-grid-gallery",
"version": "0.4.5",
"version": "0.4.6",
"description": "Justified gallery component for React.",

@@ -5,0 +5,0 @@ "main": "lib/Gallery.js",

@@ -198,2 +198,4 @@ import PropTypes from 'prop-types';

userSelect: "text",
WebkitUserSelect: "text",
MozUserSelect: "text",
overflow: "hidden"

@@ -200,0 +202,0 @@ }}>

Sorry, the diff of this file is too big to display

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