Socket
Socket
Sign inDemoInstall

@skycatch/node-skyapi-sdk

Package Overview
Dependencies
37
Maintainers
15
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4-dronemaps.0

10

dist/skyapi.js

@@ -355,2 +355,4 @@ 'use strict'

* @param (boolean) exif - Fetch additional EXIF information for RAW photos in this dataset.
* @param (boolean) credentials - Generate upload credentials
* @param (number) duration - Upload credentials duration in hours
*/

@@ -373,2 +375,10 @@

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

@@ -375,0 +385,0 @@ method,

13

package.json
{
"name": "@skycatch/node-skyapi-sdk",
"version": "2.0.3",
"version": "2.0.4-dronemaps.0",
"description": "Node SDK to interact with SkyAPI",
"main": "./dist/skyapi.js",
"files": [
"dist/skyapi.js"
],
"scripts": {

@@ -20,9 +23,5 @@ "build": "npm run build:sdk && npm run build:json && npm run build:yaml",

"debug": "^4.3.3",
"js-beautify": "^1.14.0",
"jws": "^4.0.0",
"mustache": "^4.2.0",
"node-fetch": "^2.6.7",
"openapi-schema-validation": "^0.4.2",
"qs": "^6.10.3",
"swagger-parser": "^9.0.1"
"qs": "^6.10.3"
},

@@ -34,3 +33,3 @@ "devDependencies": {

"@skycatch/skyapi-datasets-files-delete-all": "github:skycatch/skyapi-datasets-files-delete-all#v1.0.0",
"@skycatch/skyapi-datasets-get": "github:skycatch/skyapi-datasets-get#v1.0.0",
"@skycatch/skyapi-datasets-get": "github:skycatch/skyapi-datasets-get#v1.0.1",
"@skycatch/skyapi-datasets-patch": "github:skycatch/skyapi-datasets-patch#v1.0.0",

@@ -37,0 +36,0 @@ "@skycatch/skyapi-datasets-photo-get": "github:skycatch/skyapi-datasets-photo-get#v1.0.0",

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