Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodulejs

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodulejs - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

index.js

@@ -28,3 +28,4 @@ glob = require('glob');

// TODO - look for a cleaner way to do this inside the nodules
app.initNodule = initNodule;
// change name from module to nodule in all files
app.initModule = initModule;

@@ -44,3 +45,3 @@ return {

function initNodule(file, config) {
function initModule(file, config) {
var seedNodule = _.extend(_.cloneDeep(defaultConfig), config); // merge config properties onto default config

@@ -47,0 +48,0 @@ seedNodule.path = path.dirname(file);

2

package.json
{
"name": "nodulejs",
"version": "1.0.3",
"version": "1.0.4",
"description": "Utility for discovering and initializing node/express modules",

@@ -5,0 +5,0 @@ "main": "index.js",

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