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.1.0 to 0.1.1

2

index.js

@@ -14,3 +14,3 @@ 'use strict';

const BASE = 3 === Number.parseInt(arg.base) ? 3 : 2;
const BASE = 3 === Number.parseInt(arg && arg.base) ? 3 : 2;
const TO = {

@@ -17,0 +17,0 @@ one: -1 !== toConf.indexOf(1),

{
"name": "gulp-retina-resizer",
"version": "0.1.0",
"version": "0.1.1",
"description": "resize images",

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

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