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-0 to 0.7.2-1

.nyc_output/3ec7c03db9266c995d1ae41a648058da.json

4

lib/users.js

@@ -17,2 +17,4 @@ 'use strict';

var _utils = require('./utils');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -44,3 +46,3 @@

var url = 'https://api.syncano.rocks/v2/instances/' + instanceName + '/users/' + (id ? id + '/' : '');
var url = (0, _utils.buildInstanceURL)(instanceName) + '/users/' + (id ? id + '/' : '');
var query = _querystring2.default.stringify(this.query);

@@ -47,0 +49,0 @@

{
"name": "syncano-server",
"version": "0.7.2-0",
"version": "0.7.2-1",
"description": "A library to intereact with the Syncano API on a server side",

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

import querystring from 'querystring'
import Data from './data'
import {buildInstanceURL} from './utils'

@@ -11,3 +12,3 @@ /**

const {instanceName} = this.instance
const url = `https://api.syncano.rocks/v2/instances/${instanceName}/users/${id ? id + '/' : ''}`
const url = `${buildInstanceURL(instanceName)}/users/${id ? id + '/' : ''}`
const query = querystring.stringify(this.query)

@@ -14,0 +15,0 @@

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