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

recap

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recap - npm Package Compare versions

Comparing version 0.1.0-alpha4 to 0.1.0-alpha5

9

bin/recap.js

@@ -1,3 +0,2 @@

#! /usr/bin/env node

var argv= require("optimist")

@@ -14,5 +13,5 @@ .options('v', {

var package = require("../package.json");
var pkg = require("../package.json");
if(argv.v){
process.stdout.write(package.version);
process.stdout.write(pkg.version);
process.stdout.write("\n");

@@ -25,3 +24,3 @@ process.exit(0);

var args = argv._
var args = argv._;

@@ -28,0 +27,0 @@ var main = require("../src/main");

{
"name": "recap",
"preferGlobal": true,
"version": "0.1.0-alpha4",
"version": "0.1.0-alpha5",
"author": "aintgoin2goa",

@@ -6,0 +6,0 @@ "description": "creates responsive screenshots using phantomjs",

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