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

@ladjs/api

Package Overview
Dependencies
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/api - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

index.js

@@ -74,3 +74,5 @@ const http = require('http');

// handle connect and error events
redisClient.on('connect', () => app.emit('log', 'info', 'redis connected'));
redisClient.on('connect', () =>
app.emit('log', 'debug', 'redis connected')
);
redisClient.on('error', err => app.emit('error', err));

@@ -77,0 +79,0 @@

{
"name": "@ladjs/api",
"description": "API server for Lad",
"version": "0.0.6",
"version": "0.0.7",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -6,0 +6,0 @@ "ava": {

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