Socket
Socket
Sign inDemoInstall

@skycatch/node-skyapi-sdk

Package Overview
Dependencies
98
Maintainers
15
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

7

dist/skyapi.js

@@ -302,5 +302,6 @@ 'use strict'

* @param (string) name - Dataset name
* @param (string) sourceId - The source ID in the app creating the dataset. If passed in it will be used as the name for the s3 object dir in place of the DUUID.
* @param (string) sourceId - The source ID in the app creating the dataset. If passed in it will be used as the name for the s3 object dir in place of the DUUID as long a it does not already exist.
* @param (string) type - The dataset type
* @param (object) metadata - Metadata about the dataset
* @param (number) duration - Upload duration in hours
*/

@@ -335,2 +336,6 @@

if (params['duration'] !== undefined) {
body['duration'] = params['duration']
}
return api.request({

@@ -337,0 +342,0 @@ method,

4

package.json
{
"name": "@skycatch/node-skyapi-sdk",
"version": "2.0.2",
"version": "2.0.3",
"description": "Node SDK to interact with SkyAPI",

@@ -36,3 +36,3 @@ "main": "./dist/skyapi.js",

"@skycatch/skyapi-datasets-photo-get": "github:skycatch/skyapi-datasets-photo-get#v1.0.0",
"@skycatch/skyapi-datasets-post": "github:skycatch/skyapi-datasets-post#v1.0.1",
"@skycatch/skyapi-datasets-post": "github:skycatch/skyapi-datasets-post#v1.0.2",
"@skycatch/skyapi-datasets-processes-list": "github:skycatch/skyapi-datasets-processes-list#v1.0.0",

@@ -39,0 +39,0 @@ "@skycatch/skyapi-datasets-processes-post": "github:skycatch/skyapi-datasets-processes-post#v1.3.5",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc