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

adaptivejs

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptivejs - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

2

bower.json
{
"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

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