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.2 to 0.0.3

lib/middleware/modules/knot.js

2

examples/simple_example/app.js

@@ -8,3 +8,3 @@

stache = require('stache'),
knot = require('knot'),
knot = require('../../'),
app = express.createServer();

@@ -11,0 +11,0 @@

@@ -15,5 +15,4 @@ {

"express": "2.5.x",
"stache": "0.1.0",
"knot": ">= 0.0.1"
"stache": "0.1.0"
}
}

@@ -13,3 +13,3 @@ {

"knot": {
"client": [
"modules": [
"lib/increment",

@@ -16,0 +16,0 @@ "lib/math"

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

* knot: {
* client: [
* modules: [
* <relative_path>

@@ -165,4 +165,4 @@ * ]

if (pack.knot) {
if (pack.knot.client) {
files = pack.knot.client;
if (pack.knot.modules) {
files = pack.knot.modules;
for (file in files) {

@@ -250,3 +250,3 @@ if (files.hasOwnProperty(file)) {

// Find all system modules
findModules(path.join(__dirname, 'lib'), modules);
findModules(path.join(__dirname, 'modules'), modules);

@@ -253,0 +253,0 @@ return function(req, res, next) {

{
"name": "knot",
"description": "A client side Node experiment.",
"version": "0.0.2",
"version": "0.0.3",
"author": {

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

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