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

@dnode/express

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnode/express - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js
const express = require('express');
module.exports = async initialize => {
module.exports = init => {
const app = express();
app.disable('x-powered-by');
await initialize(app, express);
init(app, express);

@@ -9,0 +9,0 @@ const port = process.env.PORT;

@@ -6,3 +6,3 @@ {

"name": "@dnode/express",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -9,0 +9,0 @@ "repository": "sharaal/dnode",

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