Socket
Socket
Sign inDemoInstall

pagegenjs

Package Overview
Dependencies
57
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.16 to 0.1.17

5

bin/pagegen.js

@@ -10,3 +10,4 @@ #!/usr/bin/env node

const run = require('../index.js').run;
const gulp = require('gulp');
require('../index.js')();

@@ -20,2 +21,2 @@ process.once("uncaughtException", err => {

run(process.argv[1]);
gulp.start(process.argv[1] || 'default');

8

index.js

@@ -6,2 +6,4 @@ /**

const gulp = require('gulp');
module.exports = function main(userConfig) {

@@ -11,7 +13,1 @@ require('./config')(userConfig);

};
module.exports.run = function run(task) {
const gulp = require('gulp');
gulp.start(task || 'default');
};
{
"name": "pagegenjs",
"version": "0.1.16",
"version": "0.1.17",
"description": "Page generator using JavaScript on client and server.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc