react-image-loader
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
254151
1
48
12
75
5572
3
1
- Removedreact-dom@^0.14.8
- Removedreact-router@^2.0.0-rc5
- Removedcall-bind@1.0.7(transitive)
- Removeddeep-equal@1.1.2(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedfunctions-have-names@1.2.3(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhistory@2.1.2(transitive)
- Removedhoist-non-react-statics@1.2.0(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedis-arguments@1.1.1(transitive)
- Removedis-date-object@1.0.5(transitive)
- Removedis-regex@1.1.4(transitive)
- Removedobject-is@1.1.6(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedquery-string@3.0.3(transitive)
- Removedreact-dom@0.14.10(transitive)
- Removedreact-router@2.8.1(transitive)
- Removedregexp.prototype.flags@1.5.3(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedset-function-name@2.0.2(transitive)
- Removedstrict-uri-encode@1.1.0(transitive)
- Removedwarning@2.1.0(transitive)