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

@4lch4/api-starter

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4lch4/api-starter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/lib/bases/BaseRoute.js

@@ -14,3 +14,3 @@ import { logger } from '@4lch4/logger';

this.config = config;
this.router = new Router({ prefix: process.env.API_PREFIX });
this.router = new Router({ prefix: config.apiPrefix });
}

@@ -17,0 +17,0 @@ build() {

{
"name": "@4lch4/api-starter",
"displayName": "API Starter",
"version": "1.0.2",
"version": "1.0.3",
"description": "An NPM package to use for starting a new API within my infrastructure.",

@@ -6,0 +6,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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