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

syncano-server

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syncano-server - npm Package Compare versions

Comparing version 0.7.2-8 to 0.7.2-9

.nyc_output/228d5603c08b2547aea520c1c210f5a5.json

2

lib/settings.js

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

});
var SYNCANO_HOST = exports.SYNCANO_HOST = 'api.syncano.rocks' || 'api.syncano.io';
var SYNCANO_HOST = exports.SYNCANO_HOST = process.env.SYNCANO_HOST || 'api.syncano.io';
var SYNCANO_API_VERSION = exports.SYNCANO_API_VERSION = 'v2';
{
"name": "syncano-server",
"version": "0.7.2-8",
"version": "0.7.2-9",
"description": "A library to intereact with the Syncano API on a server side",

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

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