alfred-polyglot
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "alfred-polyglot", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Translate text with ease using Google Translate", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -20,3 +20,3 @@ # alfred-polyglot [![npm](https://img.shields.io/npm/v/alfred-polyglot.svg)](https://npmjs.org/package/alfred-polyglot) | ||
1. Set the default language text will get translated to if `from` parameter is not specified. | ||
1. Set the default language text will get translated to if `to` parameter is not specified. | ||
@@ -23,0 +23,0 @@ ``` |
const alfy = require('alfy') | ||
const {env} = process.env | ||
const {env} = process | ||
alfy.config.set(env.config_variable, env.config_value) |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
1243252