Socket
Socket
Sign inDemoInstall

pagegenjs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagegenjs - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

index.js

@@ -11,3 +11,3 @@ /**

require('./gulpfile');
nconf.use('user', userConfig);
nconf.use('literal', userConfig);
};

@@ -14,0 +14,0 @@

{
"name": "pagegenjs",
"version": "0.1.5",
"version": "0.1.6",
"description": "Page generator using JavaScript on client and server.",

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

@@ -37,2 +37,3 @@ Генератор статичных страниц с формулами.

# Инструкция
0. Создайте файл с настройками `.user-config.js`
1. Устанавливаем глобально и управляем сборкой команду `pagegen <имя задачи>`:

@@ -48,3 +49,4 @@ ```

```javascript
require('pagegenjs');
const options = require('.user-config.js');
require('pagegenjs')(options);
```

@@ -51,0 +53,0 @@

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