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

nightframe

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nightframe - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

bin/nightframe.js

64

package.json
{
"name": "nightframe",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.0.2",
"description": "A small Node.js web application framework built on top of Express",
"author": {
"name": "Pine View Software AS",
"email": "hello@pineview.io"
},
"contributors": [
"Andrei Rusu <andrei@pineview.io>",
"Oana Botezat <oana@pineview.io>"
],
"bugs": "https://github.com/pineviewlabs/nightframe/issues",
"repository": {
"type": "git",
"url": "git@github.com:pineviewlabs/nightframe.git"
},
"main": "./lib/index.js",
"bin": {
"nightframe": "./bin/nightframe.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"eslint": "eslint .",
"test": "cd test/ && mocha src --recursive && cd .."
},
"author": "",
"license": "MIT"
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
},
"keywords": [
"node.js",
"express.js"
],
"files": [
"bin",
"lib",
"util",
"README.md",
"LICENSE.md",
"index.js"
],
"devDependencies": {
"eslint": "^4.17.0",
"mocha": "^7.0.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"envinfo": "^7.7.3",
"express": "^4.17.1",
"helmet": "^4.1.1",
"http-errors": "^1.8.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"morgan": "^1.10.0",
"uuid": "^8.3.0",
"winston": "^3.3.3"
}
}
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