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-14f49ec to 0.0.0-195eb50

6

index.js

@@ -11,5 +11,5 @@ "use strict";

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 TEST_DIR_PATTERN = pathJoin(process.env.TEST_DIR_PATTERN || "__tests__");
const IGNORE_DIRS = (process.env.IGNORE_DIRS || "__tests__").split(",").map(d => pathJoin(d));
module.exports = {

@@ -21,3 +21,3 @@ paths: {

outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR),
testDirPattern: TEST_DIR_PATTERN
ignoreDirPattern: IGNORE_DIRS
},

@@ -24,0 +24,0 @@ pkg: {

@@ -21,3 +21,3 @@ {

"description": "centralized config",
"version": "0.0.0-14f49ec",
"version": "0.0.0-195eb50",
"dependencies": {

@@ -24,0 +24,0 @@ "@knit/path-join": "0.8.3",

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