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.0.0 to 1.0.1

LICENSE

15

package.json
{
"name": "alium",
"version": "1.0.0",
"version": "1.0.1",
"description": "Save CLI commands as aliases on a directory basis",
"main": "src/cli.ts",
"repository": {
"type": "git",
"url": "https://github.com/moritzjacobs/alium.git"
},
"bin": {

@@ -52,5 +56,8 @@ "alium-bin": "./dist/cli.js"

},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"keywords": [
"cli",
"alias"
],
"author": "Moritz Jacobs <mail@moritzjacobs.de>",
"license": "MIT",
"dependencies": {

@@ -57,0 +64,0 @@ "@types/inquirer": "^6.0.3",

/* eslint-disable import/prefer-default-export */
export const VERSION = "0.0.1";
export const VERSION = "1.0.1";
export const COMMAND_FILE_NAME = ".alium/cmd";

@@ -4,0 +4,0 @@ export const ALIASES_FILE_NAME = ".alium/aliases.json";

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