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.5.0 to 0.6.0

6

index.js

@@ -21,2 +21,4 @@ "use strict";

require("dotenv").config();
var path = require("path");

@@ -31,4 +33,4 @@ var readPkgUp = require("read-pkg-up");

var SRC_STUB = pkgPaths.src || "src";
var MOD_STUB = pkgPaths.modulesStub || path.join(SRC_STUB, "modules");
var DIST_STUB = pkgPaths.distStub || "dist";
var MOD_STUB = process.env.KNIT_WORKING_DIR || path.join(SRC_STUB, "modules");
var DIST_STUB = process.env.KNIT_OUTPUT_DIR || "dist";
var TESTS_STUB = pkgPaths.testsStub || "__tests__";

@@ -35,0 +37,0 @@ var DATA_STUB = pkgPaths.dataStub || "data";

@@ -21,6 +21,7 @@ {

"description": "Knitting needle",
"version": "0.5.0",
"version": "0.6.0",
"dependencies": {
"dotenv": "4.0.0",
"read-pkg-up": "2.0.0"
}
}
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