New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-retina-resizer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-retina-resizer - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

.babelrc

67

package.json
{
"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": "*"
}
}
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