@elastic.io/batching-library
Advanced tools
Comparing version 0.0.1-dev.4 to 0.0.1-dev.5
{ | ||
"name": "@elastic.io/batching-library", | ||
"version": "0.0.1-dev.4", | ||
"version": "0.0.1-dev.5", | ||
"description": "Library for batching implementation on elastic.io", | ||
@@ -13,3 +13,3 @@ "homepage": "https://github.com/elasticio/batching-library#readme", | ||
"directories": { | ||
"build": "build", | ||
"build": "out", | ||
"lib": "lib", | ||
@@ -16,0 +16,0 @@ "test": "test" |
@@ -17,4 +17,4 @@ { | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
"outDir": "./build", /* Redirect output structure to the directory. */ | ||
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
"outDir": "./out", /* Redirect output structure to the directory. */ | ||
// "rootDir": "./lib", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
// "composite": true, /* Enable project compilation */ | ||
@@ -58,3 +58,3 @@ // "incremental": true, /* Enable incremental compilation */ | ||
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ | ||
"rootDirs": ["./lib"], /* List of root folders whose combined content represents the structure of the project at runtime. */ | ||
// "rootDirs": ["./lib"], /* List of root folders whose combined content represents the structure of the project at runtime. */ | ||
// "typeRoots": [], /* List of folders to include type definitions from. */ | ||
@@ -61,0 +61,0 @@ // "types": [], /* Type declaration files to be included in compilation. */ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
229737
59
3821
14