@lokse/core
Advanced tools
Comparing version 2.1.4 to 2.2.0
@@ -0,1 +1,2 @@ | ||
export declare const NAME = "lokse"; | ||
export declare enum OutputFormat { | ||
@@ -2,0 +3,0 @@ JSON = "json", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OutputFormat = void 0; | ||
exports.OutputFormat = exports.NAME = void 0; | ||
exports.NAME = "lokse"; | ||
var OutputFormat; | ||
@@ -5,0 +6,0 @@ (function (OutputFormat) { |
@@ -7,5 +7,6 @@ export { Reader, WorksheetReader, InvalidFilterError } from "./reader"; | ||
export { default as Line } from "./line"; | ||
export { OutputFormat } from "./constants"; | ||
export { OutputFormat, NAME } from "./constants"; | ||
export { FatalError } from "./errors"; | ||
export * from "./config"; | ||
export * from "./plugins"; | ||
export * from "./utils"; |
@@ -16,5 +16,7 @@ "use strict"; | ||
Object.defineProperty(exports, "OutputFormat", { enumerable: true, get: function () { return constants_1.OutputFormat; } }); | ||
Object.defineProperty(exports, "NAME", { enumerable: true, get: function () { return constants_1.NAME; } }); | ||
var errors_1 = require("./errors"); | ||
Object.defineProperty(exports, "FatalError", { enumerable: true, get: function () { return errors_1.FatalError; } }); | ||
tslib_1.__exportStar(require("./config"), exports); | ||
tslib_1.__exportStar(require("./plugins"), exports); | ||
tslib_1.__exportStar(require("./utils"), exports); |
export declare const forceArray: <T>(val: T | T[] | null) => T[]; | ||
export declare const isEqualCaseInsensitive: (string1: string, string2: string) => boolean; | ||
export declare const createSheetUrl: (sheetId: string) => string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isEqualCaseInsensitive = exports.forceArray = void 0; | ||
exports.createSheetUrl = exports.isEqualCaseInsensitive = exports.forceArray = void 0; | ||
exports.forceArray = (val) => { | ||
@@ -12,1 +12,2 @@ if (Array.isArray(val)) | ||
exports.isEqualCaseInsensitive = (string1, string2) => string1.toLowerCase() === string2.toLowerCase(); | ||
exports.createSheetUrl = (sheetId) => `https://docs.google.com/spreadsheets/d/${sheetId}`; |
{ | ||
"name": "@lokse/core", | ||
"description": "Core of localization from spreadsheet solution lokse", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"author": { | ||
@@ -16,2 +16,4 @@ "name": "Lukas Horak", | ||
"bluebird": "^3.7.2", | ||
"cosmiconfig": "^7.0.0", | ||
"cosmiconfig-ts-loader": "^0.1.1", | ||
"dedent": "^0.7.0", | ||
@@ -41,3 +43,3 @@ "google-spreadsheet": "^3.2.0", | ||
}, | ||
"gitHead": "503e39ba324130047e1341aa652b125a4272d9b7" | ||
"gitHead": "8c871fb1ef4b615bbd24b2757ed6c24ef5feb125" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43136
45
993
11
5
+ Addedcosmiconfig@^7.0.0
+ Addedcosmiconfig-ts-loader@^0.1.1
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@types/parse-json@4.0.2(transitive)
+ Addedarg@4.1.3(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedcallsites@3.1.0(transitive)
+ Addedcosmiconfig@7.0.07.1.0(transitive)
+ Addedcosmiconfig-ts-loader@0.1.1(transitive)
+ Addedcreate-require@1.1.1(transitive)
+ Addeddiff@4.0.2(transitive)
+ Addederror-ex@1.3.2(transitive)
+ Addedimport-fresh@3.3.0(transitive)
+ Addedis-arrayish@0.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedlines-and-columns@1.2.4(transitive)
+ Addedlodash-es@4.17.21(transitive)
+ Addedmake-error@1.3.6(transitive)
+ Addedparent-module@1.0.1(transitive)
+ Addedparse-json@5.2.0(transitive)
+ Addedpath-type@4.0.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedresolve-from@4.0.0(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedts-node@9.1.1(transitive)
+ Addedtypescript@5.7.2(transitive)
+ Addedyaml@1.10.2(transitive)
+ Addedyn@3.1.1(transitive)