adaptivejs
Advanced tools
Comparing version 1.6.4 to 1.6.5
{ | ||
"name": "adaptivejs", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "requirejs-plugins": "1.0.2" |
{ | ||
"name": "adaptivejs", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "A framework for creating adaptive websites.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -5,3 +5,3 @@ module.exports = function(grunt){ | ||
grunt.event.on('watch-start', function() { | ||
grunt.event.on('watch-start', function() { | ||
buildRunning = true; | ||
@@ -42,6 +42,7 @@ setTimeout(function() { buildRunning = false; }, maxDelay); | ||
options: { | ||
hostname: '0.0.0.0', | ||
hostname: (grunt.option('hostname') || '0.0.0.0'), | ||
port: (grunt.option('port') || 8080), | ||
base: 'build/', | ||
middleware: middlewareSetup | ||
middleware: middlewareSetup, | ||
open: true | ||
} | ||
@@ -51,3 +52,3 @@ }, | ||
options: { | ||
hostname: '0.0.0.0', | ||
hostname: (grunt.option('hostname') || '0.0.0.0'), | ||
protocol: 'https', | ||
@@ -61,3 +62,3 @@ port: (grunt.option('https-port') || 8443), | ||
options: { | ||
hostname: '0.0.0.0', | ||
hostname: (grunt.option('hostname') || '0.0.0.0'), | ||
port: (grunt.option('p') || 8888), | ||
@@ -64,0 +65,0 @@ base: '.' |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
634121
7392
4