Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-contrib-jade

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-jade - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

CHANGELOG

4

package.json
{
"name": "grunt-contrib-jade",
"description": "Compile Jade templates.",
"version": "0.14.0",
"version": "0.14.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-jade",

@@ -30,3 +30,3 @@ "author": {

"dependencies": {
"jade": "~1.8.2",
"jade": "~1.9.1",
"chalk": "~0.5.1"

@@ -33,0 +33,0 @@ },

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2014 Eric Woroshow, contributors
* Copyright (c) 2015 Eric Woroshow, contributors
* Licensed under the MIT license.

@@ -55,3 +55,3 @@ */

.forEach(function(filepath) {
var src = processContent(grunt.file.read(filepath));
var src = processContent(grunt.file.read(filepath), filepath);
var compiled, filename;

@@ -58,0 +58,0 @@ filename = processName(filepath);

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