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

react-image-loader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-loader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

15

package.json
{
"name": "react-image-loader",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shows spinner until image is loaded",
"main": "index.js",
"scripts": {
"prepublish": "webpack -p",
"production": "webpack -p",

@@ -12,6 +13,9 @@ "start": "webpack-dev-server --hot --inline"

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rprzebieglec/react-image-loader.git"
},
"bugs": "https://github.com/rprzebieglec/react-image-loader/issues",
"dependencies": {
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-router": "^2.0.0-rc5"
"react": "^0.14.8"
},

@@ -29,4 +33,5 @@ "devDependencies": {

"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
"webpack-dev-server": "^1.14.1",
"react-dom": "^0.14.8"
}
}

@@ -1,1 +0,1 @@

"# react-card"
[![Build Status](https://travis-ci.org/rprzebieglec/react-image-loader.svg?branch=master)](https://travis-ci.org/rprzebieglec/react-image-loader)

@@ -1,8 +0,1 @@

var HtmlWebpackPlugin = require('html-webpack-plugin');
var HtmlWebpackPluginConfig = new HtmlWebpackPlugin({
template: __dirname + '/app/index.html',
filename: 'index.html',
inject: 'body'
});
module.exports = {

@@ -14,4 +7,10 @@ entry: [

path: __dirname + '/dist',
filename: "index_bundle.js"
filename: "index.js",
library: 'shared-components',
libraryTarget: 'umd'
},
externals: {
'react': 'react',
'react-dom': 'react-dom'
},
module: {

@@ -24,5 +23,2 @@ loaders: [

},
plugins: [
HtmlWebpackPluginConfig
],
resolve: {

@@ -29,0 +25,0 @@ extensions: [

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