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.5.2 to 0.5.3

0

lib/data.js

@@ -0,0 +0,0 @@ 'use strict';

4

lib/server.js

@@ -46,5 +46,5 @@ 'use strict';

target.instance = instance(className);
data.instance = instance(className);
return target;
return data;
}

@@ -51,0 +51,0 @@ })

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

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

@@ -0,0 +0,0 @@ import querystring from 'querystring'

@@ -27,5 +27,5 @@ import Data from './data'

target.instance = instance(className)
data.instance = instance(className)
return target
return data
}

@@ -32,0 +32,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