Socket
Socket
Sign inDemoInstall

generator-jade

Package Overview
Dependencies
82
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

5

app/templates/_Gruntfile.js

@@ -124,3 +124,6 @@ // Generated on<%%= (new Date).toISOString().split('T')[0] %> using <%%= pkg.name %> <%%= pkg.version %>

options: {
compress: false
compress: false,
// convert the css url() declaration into nib inline imaging function
// this converts images smaller than 30kb to data url
urlfunc: 'url'
}

@@ -127,0 +130,0 @@ },<% } else if (cssProcessor === 'sass') { %>

4

package.json
{
"name": "generator-jade",
"version": "0.3.0",
"version": "0.4.0",
"description": "A yo generator for jade projects",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"yeoman-generator": "~0.12.0"
"yeoman-generator": "~0.13.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc