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

@vorlefan/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vorlefan/toolkit - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

dist/nestjs/inputTransformer.js

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

const files = yield this.route.allFilepaths(rootRoute.routePath);
const inputFiles = files.filter((d) => d.includes(".input") && !d.includes("node_modules/"));
const inputFiles = files.filter((d) => d.includes(".input") &&
!d.includes("node_modules\\") &&
!d.includes("dist\\"));
if (inputFiles.length === 0) {

@@ -73,0 +75,0 @@ throw new Error("No input files found");

{
"name": "@vorlefan/toolkit",
"version": "0.0.7",
"version": "0.0.8",
"description": "A general-purpose toolkit for Node.js applications.",

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

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