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

mongoose-socket

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-socket - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

build/socket/index.js

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

logger('pre publish', {
logger('pre-publish', {
serviceId: serviceId,

@@ -66,3 +66,3 @@ channel: channel,

if (!publish_key || !subscribe_key) {
logger('pubnub')('config error', config);
logger('pubnub:error', config);
throw new Error('Missing pubnub configuration');

@@ -87,3 +87,3 @@ }

callback: function pubnubSuccess(response) {
logger('pubnub')('publish success', {
logger('pubnub:publish:success', {
response: response

@@ -94,3 +94,3 @@ });

error: function pubnubError(error) {
logger('pubnub')('publish error', {
logger('pubnub:publish:error', {
error: error,

@@ -97,0 +97,0 @@ opts: opts

{
"name": "mongoose-socket",
"version": "1.0.2",
"version": "1.0.3",
"description": "Mongoose plugin that publishes socket notifications whenever a document is saved",

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

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