Socket
Socket
Sign inDemoInstall

node-horseman

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

node-horseman - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
##1.5.3 - 2015-03-04
### Fixed
- Fix #27 & 33 - .cookies() wasn't returning a list of cookies for the current page. Now fixed.
##1.5.2 - 2015-03-04

@@ -5,0 +9,0 @@ ### Fixed

2

lib/actions.js

@@ -233,3 +233,3 @@ var fs = require("fs");

var cookies;
this.phantom.getCookies(function( result ){
this.page.get('cookies', function( err, result ){
cookies = result;

@@ -236,0 +236,0 @@ self.pause.unpause("cookies");

{
"name": "node-horseman",
"version": "1.5.2",
"version": "1.5.3",
"description": "Run PhantomJS from Node",

@@ -5,0 +5,0 @@ "repository": {

@@ -39,2 +39,3 @@ Horseman

var numLinks = horseman
.userAgent("Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0")
.open('http://www.google.com')

@@ -41,0 +42,0 @@ .type('input[name="q"]', 'github')

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