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

grunt-image-info

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-image-info - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "grunt-image-info",
"version": "0.1.2",
"version": "0.1.3",
"description": "Grunt task to generate CSS, SASS, or JSON files with image dimension info",

@@ -5,0 +5,0 @@ "main": "tasks/grunt-image-info.js",

@@ -64,2 +64,3 @@ var json2css = require('json2css'),

var cacheFile = options.cacheFile;
var isReadOnlyCache = !!options.readOnlyCache;

@@ -184,3 +185,3 @@ if (cacheFile) {

if (cacheFile) {
if (cacheFile && !isReadOnlyCache) {
try {

@@ -187,0 +188,0 @@ fs.writeFileSync(cacheFile, JSON.stringify(newImageSizeCache));

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