New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jakecyr/simple-node-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jakecyr/simple-node-server - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/handler-function.type.js.map

1

dist/bundle.js

@@ -184,1 +184,2 @@ "use strict";

module.exports = Simple;
//# sourceMappingURL=simple.class.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=handler-function.type.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=simple-request.interface.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=simple-response.interface.js.map
"use strict";
exports.__esModule = true;
//# sourceMappingURL=simple-routes.interface.js.map

@@ -182,1 +182,2 @@ "use strict";

module.exports = Simple;
//# sourceMappingURL=simple.class.js.map

2

package.json
{
"name": "@jakecyr/simple-node-server",
"version": "1.0.5",
"version": "1.0.6",
"description": "Simple and slim Node.js HTTP server",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,3 +7,4 @@ {

"preserveConstEnums": true,
"outDir": "./dist/"
"outDir": "./dist/",
"sourceMap": true
},

@@ -10,0 +11,0 @@ "include": [

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