Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.3 to 0.0.4

4

lib/autopages.js

@@ -63,6 +63,4 @@ 'use strict';

console.log(req.body);
var branch = (req.body.ref || req.body.payload.ref).split('/')[2];
var branch = req.body.ref.split('/')[2];
if(branch === self.repos[repository].inputBranch || branch === self.repos[repository].buildBranch) {

@@ -69,0 +67,0 @@ self._updateRepo(repository);

{
"name": "autopages",
"version": "0.0.3",
"version": "0.0.4",
"main": "lib/autopages.js",

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

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