File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.3.0
2+
3+ Fixes
4+
5+ - Fixed an issue where global installs would fail depending on the version of saltthepass
6+
7+ Security
8+
9+ - Upgraded dependencies with reported vulnerabilities.
10+
111# 0.2.1
212
313Security release
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22const version = process . env . npm_package_version ;
3- const stp = require ( 'saltthepass' ) ;
3+ const stp = require ( 'saltthepass/src/saltthepass ' ) ;
44const prompt = require ( 'prompt' ) ;
55const getopt = require ( 'node-getopt-long' ) ;
66const readline = require ( 'readline' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " saltpass-cli" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Command-line utility for salting passwords" ,
55 "main" : " index.js" ,
66 "bin" : {
77 "saltpass" : " ./index.js"
88 },
99 "scripts" : {
10+ "lint" : " git ls-files | grep '.js' | xargs yarn -s eslint --color" ,
1011 "test" : " echo \" Error: no test specified\" && exit 1"
1112 },
1213 "dependencies" : {
13- "node-getopt-long" : " >=0.3.2 " ,
14+ "node-getopt-long" : " >=0.4.0 " ,
1415 "prompt" : " >=1.0.0" ,
15- "saltthepass" : " >=0.2.2 "
16+ "saltthepass" : " 0.3.0 "
1617 },
1718 "keywords" : [
1819 " salt" ,
You can’t perform that action at this time.
0 commit comments