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

loadware

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadware - npm Package Compare versions

Comparing version

to
0.2.0

2

loadware.js

@@ -8,2 +8,4 @@ /*

require('app-module-path').addPath(process.cwd());
let isObject = obj => obj.toString() === '[object Object]';

@@ -10,0 +12,0 @@

5

package.json
{
"name": "loadware",
"version": "0.1.0",
"version": "0.2.0",
"description": "A library to make sense of a bunch of middleware definitions and return a simple array of middleware\"",

@@ -28,3 +28,6 @@ "main": "loadware.js",

"pray": "^1.0.2"
},
"dependencies": {
"app-module-path": "^2.1.0"
}
}