Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@knit/needle

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knit/needle - npm Package Compare versions

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

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