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

react-photo-gallery

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-photo-gallery - npm Package Compare versions

Comparing version 6.0.12 to 6.0.13

.package.json.swn

1

package-scripts.js

@@ -20,3 +20,2 @@ const npsUtils = require('nps-utils');

'cp examples/src/standalone.html examples/dist/standalone.html',
'cp dist/react-photo-gallery.js examples/src/react-photo-gallery.js',
'cp examples/src/example.css examples/dist/example.css'

@@ -23,0 +22,0 @@ ),

{
"name": "react-photo-gallery",
"version": "6.0.12",
"version": "6.0.13",
"description": "Responsive React Photo Gallery Component",

@@ -34,4 +34,2 @@ "main": "lib/index.js",

"eslint-plugin-react": "^7.3.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jsonp": "^0.2.1",

@@ -38,0 +36,0 @@ "nps": "^5.7.1",

const webpack = require('webpack');
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');

@@ -29,10 +28,2 @@ module.exports = {

},
{
test: /\.html$/,
use: [
{
loader: 'html-loader',
}
]
},
],

@@ -51,8 +42,3 @@ },

}),
new HtmlWebpackPlugin({
filename: 'index.html',
inject: false,
template: path.resolve(__dirname, 'examples/src/index.html')
}),
]
};

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