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

@nullabyte/hotplate-module-base

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nullabyte/hotplate-module-base - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@nullabyte/hotplate-module-base",
"version": "1.0.3",
"version": "1.0.4",
"description": "Example module for the server-hotplate. Modules are common collections of routes, middleware and utilities for common functions.",

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

@@ -5,3 +5,3 @@ "use strict";

const { Route } = require("@nullabyte/server-hotplate");
const router = new route({path: "/testing"});
const router = new Route({path: "/testing"});

@@ -8,0 +8,0 @@ module.exports = (someConfigurationValue) => {

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