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.3 to 0.8.4

7

index.js

@@ -1,2 +0,3 @@

/* @flow */
"use strict";
require("dotenv").config();

@@ -9,7 +10,5 @@

const pkg = (readPkgUp.sync() || {}).packageJson || {};
const ROOT_DIR = process.env.PWD || process.cwd() || "";
const WORKSPACE = pathJoin(process.env.KNIT_WORKING_DIR || "src/packages");
const OUTPUT_DIR = pathJoin(process.env.KNIT_OUTPUT_DIR || "dist");
module.exports = {

@@ -29,2 +28,2 @@ paths: {

}
};
};
{
"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.8.3"
"description": "centralized config",
"version": "0.8.4",
"dependencies": {
"@knit/path-join": "0.8.2",
"dotenv": "8.1.0",
"read-pkg-up": "7.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