Socket
Socket
Sign inDemoInstall

generator-jade

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jade - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

3

app/index.js

@@ -16,2 +16,5 @@ 'use strict';

);
this.hookFor('mocha', { as: 'app' });
};

@@ -18,0 +21,0 @@

8

app/templates/_Gruntfile.js

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

},
open: {
server: {
path: 'http://localhost:<%%= connect.options.port %>'
}
},
clean: {

@@ -323,3 +318,3 @@ dist: {

if (target === 'dist') {
return grunt.task.run(['build', 'open', 'connect:dist:keepalive']);
return grunt.task.run(['build', 'connect:dist:keepalive']);
}

@@ -332,3 +327,2 @@

'connect:server',
'open',
'watch'

@@ -335,0 +329,0 @@ ]);

@@ -23,3 +23,2 @@ {

"grunt-mocha": "~0.4.7",
"grunt-open": "~0.2.2",
"grunt-svgmin": "~0.3.0",

@@ -26,0 +25,0 @@ "grunt-concurrent": "~0.1.0",

{
"name": "generator-jade",
"version": "0.5.2",
"version": "0.5.3",
"description": "A yo generator for jade projects",

@@ -5,0 +5,0 @@ "keywords": [

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