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.5 to 1.5.6

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
##1.5.6 - 2015-08-17
### Fixed
- #39. Upgraded to node-phantom-simple 2.0.3.
##1.5.5 - 2015-08-12

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

4

examples/follow.js

@@ -18,6 +18,6 @@ // Find the number of follower for each account.

.open('http://mobile.twitter.com/' + user)
.text('div.profile td.stat.stat-last div.statnum');
.text('.UserProfileHeader-stat--followers .UserProfileHeader-statCount');
console.log( user + ': ' + data );
});
horseman.close();
horseman.close();
{
"name": "node-horseman",
"version": "1.5.5",
"version": "1.5.6",
"description": "Run PhantomJS from Node",

@@ -18,3 +18,3 @@ "repository": {

"defaults": "~1.0.0",
"node-phantom-simple": "^2.0.2"
"node-phantom-simple": "^2.0.3"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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