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

asap-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asap-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/main.js

@@ -67,3 +67,3 @@ require('any-promise/register/q');

var expiry = readLineSync.question(
var expiry = readLineSync.questionInt(
'Specify the JWT token expiry in seconds (defaults to 60 sec): ',

@@ -81,3 +81,3 @@ {defaultInput: 60}

audience: _.trim(audience),
expiry: _.trim(expiry),
expiry: expiry,
privateKey: _.trim(privateKey)

@@ -84,0 +84,0 @@ };

{
"name": "asap-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "A command line utility for generating ASAP (JWT tokens as per the Atlassian Service Authentication Protocol) token and making curl calls with the same.",

@@ -5,0 +5,0 @@ "license": "MIT",

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