New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

itoldya-react-grid-gallery

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itoldya-react-grid-gallery - npm Package Compare versions

Comparing version 0.6.0 to 1.0.1

1

dist/itoldya-react-grid-gallery.cjs.js

@@ -22,2 +22,3 @@ 'use strict';

cursor: "pointer",
maxWidth: "none",
width: item.scaledWidth,

@@ -24,0 +25,0 @@ height: item.scaledHeight,

@@ -18,2 +18,3 @@ import { jsx, jsxs } from 'react/jsx-runtime';

cursor: "pointer",
maxWidth: "none",
width: item.scaledWidth,

@@ -20,0 +21,0 @@ height: item.scaledHeight,

@@ -93,2 +93,3 @@ (function (global, factory) {

cursor: "pointer",
maxWidth: "none",
width: item.scaledWidth,

@@ -95,0 +96,0 @@ height: item.scaledHeight,

5

package.json
{
"name": "itoldya-react-grid-gallery",
"version": "0.6.0",
"version": "1.0.1",
"description": "Justified gallery component for React.",

@@ -21,2 +21,3 @@ "types": "dist/itoldya-react-grid-gallery.d.ts",

"scripts": {
"prepack": "npm run build",
"clean": "rimraf dist",

@@ -26,4 +27,2 @@ "rollup:build": "rollup -c",

"build": "npm run clean && npm run rollup:build",
"build:examples": "rollup -c rollup.config.examples.js",
"watch:examples": "rollup -c rollup.config.examples.js -w",
"test": "jest",

@@ -30,0 +29,0 @@ "test:unit": "jest --testPathIgnorePatterns=\\.e2e\\.test\\.js",

@@ -21,2 +21,3 @@ import { CSSProperties } from "react";

cursor: "pointer",
maxWidth: "none",
width: item.scaledWidth,

@@ -23,0 +24,0 @@ height: item.scaledHeight,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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