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

lisan-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lisan-cli - npm Package Compare versions

Comparing version 0.0.34-aplha.1 to 0.0.34

16

dist/index.js

@@ -24,2 +24,12 @@ #!/usr/bin/env node

var __assign = function() {
__assign = Object.assign || function __assign(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
function __rest(s, e) {

@@ -219,4 +229,6 @@ var t = {};

fileConfig = getConfigFromFile(configPath);
compileOptions = ((fileConfig === null || fileConfig === void 0 ? void 0 : fileConfig.compile) ||
compileCommandOptions);
compileOptions = compileCommandOptions;
if (fileConfig === null || fileConfig === void 0 ? void 0 : fileConfig.compile) {
compileOptions = __assign(__assign({}, fileConfig.compile), compileOptions);
}
try {

@@ -223,0 +235,0 @@ compileCommand(compileOptions);

7

package.json
{
"name": "lisan-cli",
"version": "0.0.34-aplha.1",
"version": "0.0.34",
"description": "Lisan CLI - Automate generating dictionaries",

@@ -47,3 +47,3 @@ "keywords": [

"json5": "2.1.1",
"lisan-compiler": "^0.0.34-aplha.1",
"lisan-compiler": "^0.0.34",
"read-env": "1.3.0",

@@ -56,3 +56,4 @@ "yargs": "15.1.0"

"@types/yargs": "15.0.3"
}
},
"gitHead": "3df8848031e220f0e952c7e986f12955e4236d19"
}

Sorry, the diff of this file is not supported yet

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