Socket
Socket
Sign inDemoInstall

workers-server

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workers-server - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "workers-server",
"version": "1.2.2",
"version": "1.2.3",
"description": "",

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

const fs = require('fs');
const routeMap = new Map();
//node_modules/workers-server/
const apiDirectory = 'routes';
//
const apiDirectory = 'node_modules/workers-server/routes';

@@ -7,0 +7,0 @@ const apiCategories = fs.readdirSync(apiDirectory).filter(folder => !folder.includes('routes'));

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