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

express.oi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express.oi - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

lib/index.js

@@ -55,3 +55,3 @@ 'use strict';

if (res) {
if (route.indexOf(':' === -1)) {
if (route.indexOf(':') === -1) {
this.router[route](next, res);

@@ -58,0 +58,0 @@ } else {

{
"name": "express.oi",
"version": "0.0.16",
"version": "0.0.17",
"description": "Realtime-web library, based on express and socket.io",

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

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