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

alium

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alium - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.circleci/config.yml

2

dist/savefile.js

@@ -25,3 +25,3 @@ "use strict";

const file = readSaveFile();
saveToFile(Object.assign({}, file, { dirs }));
saveToFile(Object.assign(Object.assign({}, file), { dirs }));
}

@@ -28,0 +28,0 @@ exports.saveDirs = saveDirs;

{
"name": "alium",
"version": "1.1.0",
"version": "1.1.1",
"description": "Save CLI commands as aliases on a directory basis",

@@ -19,3 +19,3 @@ "main": "src/cli.ts",

"lint:fix": "eslint ./src --ext .ts,.tsx --fix",
"test": "yarn lint",
"test": "yarn build && yarn lint",
"watch": "nodemon -e js,ts --watch src --exec \"yarn run build\""

@@ -36,22 +36,22 @@ },

"devDependencies": {
"@types/debug": "^4.1.4",
"@types/node": "^12.0.7",
"@typescript-eslint/eslint-plugin": "^1.0.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^6.1.0",
"eslint-config-airbnb-typescript": "^4.0.0",
"eslint-config-prettier": "^6.0.0",
"@types/debug": "4.1.5",
"@types/node": "12.7.12",
"@typescript-eslint/eslint-plugin": "2.3.3",
"@typescript-eslint/parser": "2.3.3",
"eslint": "6.5.1",
"eslint-config-airbnb-typescript": "5.0.0",
"eslint-config-prettier": "6.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"husky": "^3.0.1",
"jest": "^24.8.0",
"lint-staged": "^9.2.1",
"nodemon": "^1.19.1",
"eslint-plugin-react": "7.16.0",
"husky": "3.0.9",
"jest": "24.9.0",
"lint-staged": "9.4.2",
"nodemon": "1.19.3",
"prettier": "^1.18.0",
"rimraf": "^2.6.3",
"symlink-dir": "^3.1.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.1"
"rimraf": "3.0.0",
"symlink-dir": "3.1.1",
"ts-jest": "24.1.0",
"ts-node": "8.4.1",
"typescript": "3.6.4"
},

@@ -65,9 +65,9 @@ "keywords": [

"dependencies": {
"@types/inquirer": "^6.0.3",
"@types/inquirer": "6.5.0",
"await-exec": "^0.1.2",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"commander": "3.0.2",
"debug": "^4.1.1",
"inquirer": "^6.4.1"
"inquirer": "7.0.0"
}
}

@@ -32,5 +32,6 @@ # alium 🍝

-v, --version output the version number
-l, --list List aliases
-s, --save [alias] Save an alias
-r, --remove [alias] remove alias
-l, --list List aliases in this directory
-p, --pick Pick from aliases for this directory
-s, --save [alias] Save an alias for this directory
-r, --remove [alias] remove alias from this directory
-h, --help output usage information

@@ -37,0 +38,0 @@ ```

@@ -16,2 +16,2 @@ import debugHOC from "debug";

debugHOC("alium")(chalk.red(`⌨️ ${str}`));
}
}
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