@knit/needle
Advanced tools
Comparing version 0.8.2 to 0.8.3
12
index.js
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
/* @flow */ | ||
require("dotenv").config(); | ||
@@ -10,10 +9,11 @@ | ||
const pkg = (readPkgUp.sync() || {}).packageJson || {}; | ||
const ROOT_DIR = process.env.PWD || process.cwd() || ""; | ||
const WORKING_DIR = pathJoin(process.env.KNIT_WORKING_DIR || "src/packages"); | ||
const WORKSPACE = pathJoin(process.env.KNIT_WORKING_DIR || "src/packages"); | ||
const OUTPUT_DIR = pathJoin(process.env.KNIT_OUTPUT_DIR || "dist"); | ||
module.exports = { | ||
paths: { | ||
rootDir: ROOT_DIR, | ||
workingDir: WORKING_DIR, | ||
workingDirPath: pathJoin(ROOT_DIR, WORKING_DIR), | ||
workspace: WORKSPACE, | ||
outputDir: OUTPUT_DIR, | ||
@@ -29,2 +29,2 @@ outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR) | ||
} | ||
}; | ||
}; |
{ | ||
"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": ">=4", | ||
"npm": ">=3" | ||
}, | ||
"private": false, | ||
"name": "@knit/needle", | ||
"description": "Knitting needle", | ||
"version": "0.8.2", | ||
"dependencies": { | ||
"@knit/path-join": "0.7.2", | ||
"dotenv": "8.1.0", | ||
"read-pkg-up": "7.0.0" | ||
} | ||
"version": "0.8.3" | ||
} |
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
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
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
0
68617
1
2
2
4
- Removed@knit/path-join@0.7.2
- Removeddotenv@8.1.0
- Removedread-pkg-up@7.0.0
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@knit/path-join@0.7.2(transitive)
- Removed@types/normalize-package-data@2.4.4(transitive)
- Removeddotenv@8.1.0(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhosted-git-info@2.8.9(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjson-parse-even-better-errors@2.3.1(transitive)
- Removedlines-and-columns@1.2.4(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removednormalize-package-data@2.5.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedparse-json@5.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedread-pkg@5.2.0(transitive)
- Removedread-pkg-up@7.0.0(transitive)
- Removedresolve@1.22.8(transitive)
- Removedsemver@5.7.2(transitive)
- Removedspdx-correct@3.2.0(transitive)
- Removedspdx-exceptions@2.5.0(transitive)
- Removedspdx-expression-parse@3.0.1(transitive)
- Removedspdx-license-ids@3.0.20(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtype-fest@0.6.00.8.1(transitive)
- Removedvalidate-npm-package-license@3.0.4(transitive)