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.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

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