New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

box-view-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

box-view-cli - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

index.js

@@ -21,4 +21,4 @@ 'use strict';

function getVersion() {
var cliVersion = readJSON(path.resolve('package.json')).version,
boxViewVersion = readJSON(path.resolve('node_modules/box-view/package.json')).version;
var cliVersion = readJSON(__dirname + '/package.json').version,
boxViewVersion = readJSON(__dirname + '/node_modules/box-view/package.json').version;
return 'box-view-cli@' + cliVersion + '\nbox-view@' + boxViewVersion;

@@ -25,0 +25,0 @@ }

{
"name": "box-view-cli",
"version": "0.0.0",
"version": "0.0.1",
"description": "A CLI for Box View API",

@@ -5,0 +5,0 @@ "author": "Cameron Lakenen <lakenen@box.com>",

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

[![Build Status](https://travis-ci.org/lakenen/box-view-cli.png?branch=master)](https://travis-ci.org/lakenen/box-view-cli)
# Box View API CLI

@@ -4,0 +2,0 @@

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