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

@restorecommerce/cluster-service

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@restorecommerce/cluster-service - npm Package Compare versions

Comparing version 0.1.4 to 0.1.6

21

CHANGELOG.md

@@ -0,1 +1,22 @@

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.6](https://github.com/restorecommerce/cluster-service/compare/@restorecommerce/cluster-service@0.1.5...@restorecommerce/cluster-service@0.1.6) (2021-05-25)
**Note:** Version bump only for package @restorecommerce/cluster-service
## 0.1.5 (2021-05-24)
**Note:** Version bump only for package @restorecommerce/cluster-service
### 0.1.4 (August 10th, 2019)

@@ -2,0 +23,0 @@

2

index.js

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

writePid() {
fs.writeFileSync(`${this.pidDir}/cluster-serverice-master-${this.serviceName}.pid`, process.pid, 'utf8');
fs.writeFileSync(`${this.pidDir}/cluster-serverice-master-${this.serviceName}.pid`, process.pid.toString(10), 'utf8');
}

@@ -87,0 +87,0 @@ }

{
"name": "@restorecommerce/cluster-service",
"version": "0.1.4",
"version": "0.1.6",
"description": "Launch clustered services using node clustering and monitor them",

@@ -24,2 +24,3 @@ "main": "index",

"@restorecommerce/eslint-config-restorecommerce": "^0.1.4",
"coveralls": "^3.1.0",
"is-generator": "^1.0.3",

@@ -31,10 +32,12 @@ "mocha": "^6.1.4",

"scripts": {
"test": "nyc mocha",
"test": "nyc mocha --full-trace --exit",
"lint": "eslint *.json *.js",
"mocha": "mocha ./test/* --exit",
"mocha": "mocha ./test/*",
"lcov-report": "nyc report --reporter=lcov",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"engines": {
"node": ">= 8.0.0"
}
"node": ">= 10.0.0"
},
"gitHead": "c4fad070047fb039529d49a1eff3f4433c36e3da"
}
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