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

publication-server

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publication-server - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "publication-server",
"version": "1.4.0",
"version": "1.4.1",
"description": "",

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

@@ -32,5 +32,17 @@ 'use strict';

/**
* Starts the publication so that it can handle any errors thrown by it
* initially.
*/
start() {
try {
this._start();
} catch (err) {
this.error(err);
}
}
/**
* Starts the publication.
*/
start() {
_start() {
this._handler.apply({

@@ -37,0 +49,0 @@ userId: this._session.userId,

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