compose-new
Advanced tools
Comparing version 0.0.3 to 0.1.0
@@ -8,6 +8,6 @@ var Transform = require('stream').Transform | ||
, INCLUDES = [ | ||
'include ' + require('/Users/tom/Documents/Hacker-School/jade-email-doc/index').filepath | ||
, 'include ' + require('/Users/tom/Documents/Hacker-School/jade-email-body/index').filepath | ||
, 'include ' + require('/Users/tom/Documents/Hacker-School/jade-email-section/index').filepath | ||
, 'include ' + require('/Users/tom/Documents/Hacker-School/jade-bulletproof-button/index').filepath | ||
'include ' + require(__dirname + '/../node_modules/jade-email-doc/index').filepath | ||
, 'include ' + require(__dirname + '/../node_modules/jade-email-body/index').filepath | ||
, 'include ' + require(__dirname + '/../node_modules/jade-email-section/index').filepath | ||
, 'include ' + require(__dirname + '/../node_modules/jade-bulletproof-button/index').filepath | ||
, '' // leave last index empty for final `\n` | ||
@@ -14,0 +14,0 @@ ] |
{ | ||
"name": "compose-new", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Command line tools for rapid email development", | ||
@@ -27,6 +27,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"commander": "~2.1.0", | ||
"jade": "~1.1.5", | ||
"juice": "~0.4.0", | ||
"commander": "~2.1.0" | ||
"jade-bulletproof-button": "^0.1.1", | ||
"jade-email-body": "^0.1.1", | ||
"jade-email-doc": "^0.1.1", | ||
"jade-email-section": "^0.1.1", | ||
"juice": "~0.4.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7984
7
8
+ Addedjade-email-body@^0.1.1
+ Addedjade-email-doc@^0.1.1
+ Addedjade-email-section@^0.1.1
+ Addedcommander@2.0.0(transitive)
+ Addedjade@0.35.0(transitive)
+ Addedjade-bulletproof-button@0.1.1(transitive)
+ Addedjade-email-body@0.1.1(transitive)
+ Addedjade-email-doc@0.1.1(transitive)
+ Addedjade-email-section@0.1.1(transitive)
+ Addedmonocle@1.1.50(transitive)
+ Addedwith@1.1.1(transitive)