gulp-retina-resizer
Advanced tools
Comparing version 0.3.1 to 1.0.0
{ | ||
"name": "gulp-retina-resizer", | ||
"version": "0.3.1", | ||
"description": "resize images", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/HaoyCn/gulp-retina-resizer/" | ||
}, | ||
"keywords": [ | ||
"gulp", | ||
"retina", | ||
"resize", | ||
"image" | ||
], | ||
"author": { | ||
"name": "HaoyCn", | ||
"email": "xuhaoyang@live.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/HaoyCn/gulp-retina-resizer/issues" | ||
}, | ||
"dependencies": { | ||
"gulp-util": "*", | ||
"gm": "*", | ||
"through2": "*" | ||
} | ||
"name": "gulp-retina-resizer", | ||
"version": "1.0.0", | ||
"description": "resize images", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"build": "babel -d ./build ./src", | ||
"lint": "eslint src/**/*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/HaoyCn/gulp-retina-resizer/" | ||
}, | ||
"keywords": [ | ||
"gulp", | ||
"retina", | ||
"resize", | ||
"image" | ||
], | ||
"author": { | ||
"name": "HaoyCn", | ||
"email": "xuhaoyang@live.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/HaoyCn/gulp-retina-resizer/issues" | ||
}, | ||
"dependencies": { | ||
"gulp-util": "*", | ||
"gm": "*", | ||
"through2": "*" | ||
}, | ||
"devDependencies": { | ||
"babel": "*", | ||
"babel-eslint": "*", | ||
"babel-preset-es2015": "*", | ||
"eslint": "*" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13025
8
229
1
4
1