New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-0eca39c to 0.0.0-14f49ec

4

index.js

@@ -13,2 +13,3 @@ "use strict";

const OUTPUT_DIR = pathJoin(process.env.KNIT_OUTPUT_DIR || "dist");
const TEST_DIR_PATTERN = pathJoin(process.env.TEST_DIR_PATTERN || "__tests__");
module.exports = {

@@ -19,3 +20,4 @@ paths: {

outputDir: OUTPUT_DIR,
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR)
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR),
testDirPattern: TEST_DIR_PATTERN
},

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

@@ -21,5 +21,5 @@ {

"description": "centralized config",
"version": "0.0.0-0eca39c",
"version": "0.0.0-14f49ec",
"dependencies": {
"@knit/path-join": "0.0.0-0eca39c",
"@knit/path-join": "0.8.3",
"dotenv": "8.1.0",

@@ -26,0 +26,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