🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

stripe-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stripe-cli - npm Package Compare versions

Comparing version

to
0.0.1

2

index.js

@@ -32,3 +32,3 @@ #!/usr/bin/env node

if (err) throw err;
if (i.data.length == 0) return console.log(objects);
if (i.data.length == 0) return console.log(JSON.stringify(objects, null, 4));
objects = objects.concat(i.data);

@@ -35,0 +35,0 @@ list(++offset);

{
"name": "stripe-cli",
"version": "0.0.0",
"version": "0.0.1",
"description": "A command line interface to Stripe",

@@ -5,0 +5,0 @@ "main": "index.js",