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

@haibun/web-server-express

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haibun/web-server-express - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

build/web-server-stepper-route.test.js

@@ -15,3 +15,3 @@ "use strict";

describe('route mount', () => {
it('mounts a route', async () => {
it.skip('mounts a route', async () => {
const TestRoute = class TestRoute extends defs_3.AStepper {

@@ -18,0 +18,0 @@ constructor() {

@@ -9,3 +9,3 @@ "use strict";

const web_server_stepper_1 = __importDefault(require("./web-server-stepper"));
describe('static mount', () => {
describe.skip('static mount', () => {
it('serves files', async () => {

@@ -12,0 +12,0 @@ const feature = { path: '/features/test.feature', content: `serve files from test\nfetch from http://localhost:8123/testfile is "content"` };

{
"name": "@haibun/web-server-express",
"version": "1.8.1",
"version": "1.8.2",
"description": "",

@@ -36,3 +36,2 @@ "main": "build/web-server-stepper.js",

"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",

@@ -39,0 +38,0 @@ "tslint": "^6.1.3"

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