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

node-boot-core

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-boot-core - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

lib/enable-server.ts

@@ -6,3 +6,3 @@ import "reflect-metadata";

} from "express";
import * as PropertiesReader from "properties-reader";
import PropertiesReader = require("properties-reader");
import * as fs from "fs";

@@ -9,0 +9,0 @@ import {

import { RequestHandler } from "express";
import { Controller, ErrorMiddleware, IRouterAndPath, RouterLib } from "../decorators/types";
import * as PropertiesReader from "properties-reader";
import PropertiesReader = require("properties-reader");
export declare function listDirectories(root: any): any;

@@ -5,0 +5,0 @@ export declare const dir: string;

@@ -13,3 +13,3 @@ import {

import * as path from "path";
import * as PropertiesReader from "properties-reader";
import PropertiesReader = require("properties-reader");
export function listDirectories(root: any): any {

@@ -16,0 +16,0 @@ return fs.readdirSync(root, { withFileTypes: true }).flatMap((file: any) => {

{
"name": "node-boot-core",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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

@@ -13,2 +13,3 @@ {

"removeComments": true,
"esModuleInterop": false,
"strict": true,

@@ -15,0 +16,0 @@ "types": [

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