New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

logdown

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logdown - npm Package Compare versions

Comparing version 1.2.12 to 1.3.0

2

dist/index.js
/**
* logdown - Debug utility with markdown support that runs on browser and server
*
* @version v1.2.12
* @version v1.3.0
* @link https://github.com/caiogondim/logdown

@@ -6,0 +6,0 @@ * @author Caio Gondim <me@caiogondim.com> (http://caiogondim.com)

/**
* logdown - Debug utility with markdown support that runs on browser and server
*
* @version v1.2.12
* @version v1.3.0
* @link https://github.com/caiogondim/logdown

@@ -6,0 +6,0 @@ * @author Caio Gondim <me@caiogondim.com> (http://caiogondim.com)

'use strict'
var browserSync = require('browser-sync').create()
var ghPages = require('gulp-gh-pages')
var gulp = require('gulp')
var header = require('gulp-header')
var karma = require('karma').server
var mocha = require('gulp-mocha')
var rename = require('gulp-rename')
var uglify = require('gulp-uglify')
var header = require('gulp-header')
var ghPages = require('gulp-gh-pages')
var rename = require('gulp-rename')
var karma = require('karma').server

@@ -68,2 +69,16 @@ // Test

// Development
// -----------
gulp.task('dev', ['build'], function() {
gulp.watch('example/**/*.*').on('change', browserSync.reload);
gulp.watch('src/**/*.*', ['build'])
browserSync.init({
port: 3636,
server: {baseDir: './'},
startPath: '/example'
})
})
// Deploy

@@ -70,0 +85,0 @@ // ------

{
"name": "logdown",
"version": "1.2.12",
"version": "1.3.0",
"description": "Debug utility with markdown support that runs on browser and server",

@@ -14,2 +14,3 @@ "main": "dist/index.js",

"test:lint:fix": "standard './src/**/*.js' './test/**/*.js' --fix",
"start": "gulp dev",
"build": "gulp build",

@@ -41,2 +42,3 @@ "deploy:example": "gulp deploy:example",

"devDependencies": {
"browser-sync": "^2.17.5",
"chai": "^3.5.0",

@@ -60,4 +62,3 @@ "gulp": "^3.9.1",

"standard": "^8.0.0"
},
"dependencies": {}
}
}
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