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

bintray

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bintray - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

lib/command/version.js
(function() {
var Bintray, auth, die, error, log, printObj, program, readFile, _, _ref;
var Bintray, auth, die, error, fileExists, log, printObj, program, readFile, _, _ref;

@@ -12,3 +12,3 @@ _ = require('lodash');

_ref = require('../common'), readFile = _ref.readFile, printObj = _ref.printObj, log = _ref.log, die = _ref.die, error = _ref.error;
_ref = require('../common'), readFile = _ref.readFile, fileExists = _ref.fileExists, printObj = _ref.printObj, log = _ref.log, die = _ref.die, error = _ref.error;

@@ -15,0 +15,0 @@ program.command('package-version <action> <organization> <repository> <pkgname> [versionfile]').description('\n Get, create, delete or update package versions. Authentication required'.cyan).usage('<get|create|delete|update> <organization> <repository> <pkgname>').option('-n, --version <version>', 'Use a specific package version'.cyan).option('-c, --release-notes <notes>', '[create] Add release note comment'.cyan).option('-w, --url <url>', '[create] Add a releases URL notes/changelog'.cyan).option('-t, --date <date>', '\n [create] Released date in ISO8601 format (optional)'.cyan).option('-f, --file <path>', '\n [create|update] Path to JSON package version manifest file'.cyan).option('-u, --username <username>', 'Defines the authentication username'.cyan).option('-k, --apikey <apikey>', 'Defines the authentication API key'.cyan).option('-r, --raw', 'Outputs the raw response (JSON)'.cyan).option('-d, --debug', 'Enables the verbose/debug output mode'.cyan).on('--help', function() {

{
"name": "bintray",
"version": "0.1.5",
"version": "0.1.6",
"description": "CLI and programmatic interface for Bintray",

@@ -5,0 +5,0 @@ "preferGlobal": true,

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