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

larvitamsync

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitamsync - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

2

package.json
{
"name": "larvitamsync",
"version": "0.5.5",
"version": "0.5.6",
"description": "Sync data between minions",

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

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

if ( ! message.endpoints[0].protocol) {
message.endpoints[0].protocol = 'http';
message.endpoints[0].protocol = 'http';
}

@@ -90,5 +90,7 @@

log.verbose(logPrefix + 'Sending a sync request. reqOptions: ' + JSON.stringify(reqOptions));
if (that.options.requestOptions !== undefined) {
for (const key of Object.keys(that.options.requestOptions)) {
reqOptions[key] = that.options.requestOptions[key];
reqOptions[key] = that.options.requestOptions[key];
}

@@ -95,0 +97,0 @@ }

'use strict';
require(
'mocha-eslint')([__dirname + '/..'],
{
// Increase the timeout of the test if linting takes to long
'timeout': 5000, // Defaults to the global mocha `timeout` option
require('mocha-eslint')([__dirname + '/..'], {
// Increase the timeout of the test if linting takes to long
'timeout': 5000, // Defaults to the global mocha `timeout` option
// Increase the time until a test is marked as slow
'slow': 1000, // Defaults to the global mocha `slow` option
}
);
// Increase the time until a test is marked as slow
'slow': 1000, // Defaults to the global mocha `slow` option
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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