Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

captureme

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captureme - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

6

capturer.js

@@ -42,3 +42,7 @@ /**

debug('take screenshot');
driver.takeScreenshot(fn);
driver.takeScreenshot(function(err) {
driver.quit(function() {
fn(err);
});
});
}

@@ -45,0 +49,0 @@

0.1.0 / 2014-02-26
==================
* Do not leave open Selenium sessions
0.0.1 / 2014-02-25

@@ -3,0 +8,0 @@ ==================

2

package.json
{
"name": "captureme",
"version": "0.0.1",
"version": "0.1.0",
"preferGlobal": true,

@@ -5,0 +5,0 @@ "description": "CLI utility that helps you capture screenshots from any browser available in the cloud",

[![NPM
version](https://badge.fury.io/js/captureme.png)](http://badge.fury.io/js/captureme)
# captureme
![captureme](http://i.imgur.com/1mEM149.png)

@@ -6,0 +6,0 @@ CLI utility that helps you capture screenshots from any browser available in the cloud. For more information view the [documentation](http://vesln.github.io/captureme).

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