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

grunt-lips

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-lips - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

12

Gruntfile.js

@@ -11,3 +11,3 @@ /*

module.exports = function (grunt) {
module.exports = function(grunt) {
// load all npm grunt tasks

@@ -22,6 +22,6 @@ require("load-grunt-tasks")(grunt);

font: "Arial.ttf",
fontSize: "14px",
fontColor: "000000",
text: "custom text",
fill: "bada55",
txtsize: "14px",
txtclr: "bada55",
txt: "custom text",
bg: "000000",
port: process.env.PORT || 1337,

@@ -38,3 +38,2 @@ delay: 0,

}
});

@@ -47,3 +46,2 @@

grunt.registerTask("default", ["lips"]);
};
{
"name": "grunt-lips",
"description": "local image placeholder service",
"version": "4.1.4",
"version": "4.1.5",
"homepage": "https://github.com/ifahrentholz/grunt-lips",

@@ -45,3 +45,3 @@ "repository": {

"dependencies": {
"node-img-placeholder": "4.1.5"
"node-img-placeholder": "4.1.6"
},

@@ -48,0 +48,0 @@ "config": {

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