@knit/needle
Advanced tools
Comparing version 0.0.0-5bd66a9 to 0.0.0-812e2aa
13
index.js
@@ -1,2 +0,3 @@ | ||
/* @flow */ | ||
"use strict"; | ||
require("dotenv").config(); | ||
@@ -9,7 +10,6 @@ | ||
const pkg = (readPkgUp.sync() || {}).packageJson || {}; | ||
const ROOT_DIR = process.env.PWD || process.cwd() || ""; | ||
const WORKSPACE = pathJoin(process.env.KNIT_WORKING_DIR || "src/packages"); | ||
const WORKSPACE = pathJoin(process.env.KNIT_WORKING_DIR || "packages"); | ||
const OUTPUT_DIR = pathJoin(process.env.KNIT_OUTPUT_DIR || "dist"); | ||
const IGNORE_DIRS = (process.env.IGNORE_DIRS || "__tests__").split(",").map(d => pathJoin(d)); | ||
module.exports = { | ||
@@ -20,3 +20,4 @@ paths: { | ||
outputDir: OUTPUT_DIR, | ||
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR) | ||
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR), | ||
ignoreDirPattern: IGNORE_DIRS | ||
}, | ||
@@ -30,2 +31,2 @@ pkg: { | ||
} | ||
}; | ||
}; |
{ | ||
"homepage": "https://github.com/knitjs/knit#readme", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Shane Wilson" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/knitjs/knit/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/knitjs/knit.git" | ||
}, | ||
"engines": { | ||
"node": ">=10", | ||
"npm": ">=5" | ||
}, | ||
"private": false, | ||
"name": "@knit/needle", | ||
"description": "Knitting needle", | ||
"version": "0.0.0-5bd66a9" | ||
"description": "centralized config", | ||
"version": "0.0.0-812e2aa", | ||
"dependencies": { | ||
"@knit/path-join": "0.8.3", | ||
"dotenv": "8.1.0", | ||
"read-pkg-up": "7.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
69301
0
24
0
1
3
+ Added@knit/path-join@0.8.3
+ Addeddotenv@8.1.0
+ Addedread-pkg-up@7.0.0
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@knit/path-join@0.8.3(transitive)
+ Added@types/normalize-package-data@2.4.4(transitive)
+ Addeddotenv@8.1.0(transitive)
+ Addederror-ex@1.3.2(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhosted-git-info@2.8.9(transitive)
+ Addedis-arrayish@0.2.1(transitive)
+ Addedis-core-module@2.15.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedlines-and-columns@1.2.4(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addednormalize-package-data@2.5.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedparse-json@5.2.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedread-pkg@5.2.0(transitive)
+ Addedread-pkg-up@7.0.0(transitive)
+ Addedresolve@1.22.8(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedspdx-correct@3.2.0(transitive)
+ Addedspdx-exceptions@2.5.0(transitive)
+ Addedspdx-expression-parse@3.0.1(transitive)
+ Addedspdx-license-ids@3.0.20(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedtype-fest@0.6.00.8.1(transitive)
+ Addedvalidate-npm-package-license@3.0.4(transitive)