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

react-photo-album

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-photo-album - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

dist/index.cjs.js

16

package.json
{
"name": "react-photo-album",
"version": "1.5.2",
"version": "1.5.3",
"description": "Responsive photo gallery component for React",
"license": "MIT",
"author": "Igor Danchenko",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/react-photo-album.esm.js",
"browser": "dist/react-photo-album.umd.production.min.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"jsdelivr": "dist/index.umd.js",
"files": [

@@ -15,4 +17,4 @@ "dist"

"exports": {
"import": "./dist/react-photo-album.esm.js",
"require": "./dist/index.js",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"

@@ -75,3 +77,3 @@ },

"rimraf": "^3.0.2",
"rollup": "^2.66.0",
"rollup": "^2.66.1",
"rollup-plugin-dts": "^4.1.0",

@@ -78,0 +80,0 @@ "rollup-plugin-peer-deps-external": "^2.2.4",

@@ -77,4 +77,4 @@ # React Photo Album

To install React Photo Album on a static website via CDN, follow one of
the [examples](https://react-photo-album.com/examples).
To install React Photo Album on a static website via CDN, follow one of the
CDN [examples](https://react-photo-album.com/examples).

@@ -81,0 +81,0 @@ - **Unpkg:** [https://unpkg.com/react-photo-album](https://unpkg.com/react-photo-album)

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