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

autopages

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autopages - npm Package Compare versions

Comparing version

to
0.0.12

9

lib/autopages.js

@@ -35,3 +35,2 @@ 'use strict';

this._initializeServer();
this.customTasks = {};

@@ -183,6 +182,3 @@ }

console.log('Preparing repo ' + repository);
processor.setRepo(repo);
processor.mixinTasks(self.customTasks);
return processor.readyRepo();

@@ -204,6 +200,1 @@ })

Autopages.prototype.customizeTask = function(taskName, task) {
this.customTasks.taskName = task;
};

2

package.json
{
"name": "autopages",
"version": "0.0.11",
"version": "0.0.12",
"main": "lib/autopages.js",

@@ -5,0 +5,0 @@ "description": "Automated compilation and deployment to gh-pages",

@@ -129,2 +129,10 @@ # autopages

## Examples
Here are examples of github repositories that take advantage of autopages, and the servers that power them.
* White Film [website](https://github.com/white-film/white-film.github.io)
* powered by [this autopages implementation](https://github.com/white-film/wf-autopages)
## Documentation

@@ -131,0 +139,0 @@