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

gulp-responsive-imgz

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-responsive-imgz - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js

@@ -13,3 +13,4 @@ 'use strict';

// suffix: {1: '', 2: '@2x', 3: '@3x', 4: '@4x'}
suffix: {1: '', 2: '@2x', 3: '@3x'}
// suffix: {1: '', 2: '@2x', 3: '@3x'}
suffix: {1: '', 2: '@2x'}
}

@@ -16,0 +17,0 @@

{
"name": "gulp-responsive-imgz",
"version": "0.0.4",
"version": "0.0.5",
"description": "add img attribute 'srcset' for retina",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -56,3 +56,3 @@ # gulp-responsive-imgz

Default: ```{1: '', 2: '@2x', 3: '@3x'}```
Default: ```{1: '', 2: '@2x'}```

@@ -59,0 +59,0 @@ The suffix will insert to image's path, the key is resolution, and value is suffix.

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