Socket
Socket
Sign inDemoInstall

react-simple-image-viewer

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

dist/index.js

8

package.json
{
"name": "react-simple-image-viewer",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple image viewer component for React",
"main": "lib/index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc && cp ./src/*.css ./lib",
"build": "tsc",
"prepare": "npm run build"

@@ -29,4 +29,6 @@ },

"@types/react-dom": "^16.9.0",
"@types/styled-components": "4.1.8",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"styled-components": "^4.4.1",
"typescript": "^3.6.2"

@@ -33,0 +35,0 @@ },

{
"compilerOptions": {
"outDir": "./lib",
"outDir": "./dist",
"target": "es2016",

@@ -5,0 +5,0 @@ "module": "commonjs",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc