New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

knot

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knot - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

13

lib/middleware/modules/process.js

@@ -117,2 +117,9 @@ // (The MIT License)

/*
* Expand the name before we try and find it in the cache
*/
if (id.charAt(0) === '.') {
id = ClientModule.require('path').join(parentPath, id);
}
cached = ClientModule.getCached(id);

@@ -124,6 +131,2 @@

if (id.charAt(0) === '.') {
id = ClientModule.require('path').join(parentPath, id);
}
if (id) {

@@ -219,3 +222,3 @@ ClientModule.load(id);

*
* @param {string} parentPath
* @param {string} id
* @api private

@@ -222,0 +225,0 @@ */

{
"name": "knot",
"description": "A client side Node experiment.",
"version": "0.0.4",
"version": "0.0.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Richard S Allinson",

@@ -24,3 +24,3 @@ // (The MIT License)

'use strict';
//'use strict';

@@ -27,0 +27,0 @@ var util = require('util');

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