Socket
Socket
Sign inDemoInstall

@skycatch/node-skyapi-sdk

Package Overview
Dependencies
Maintainers
16
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skycatch/node-skyapi-sdk - npm Package Compare versions

Comparing version 1.9.1 to 2.0.0

4

dist/skyapi.js

@@ -302,3 +302,3 @@ '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.
* @param (string) type - The dataset type

@@ -1938,2 +1938,2 @@ * @param (object) metadata - Metadata about the dataset

return api
}
}
{
"name": "@skycatch/node-skyapi-sdk",
"version": "1.9.1",
"version": "2.0.0",
"description": "Node SDK to interact with SkyAPI",

@@ -13,18 +13,16 @@ "main": "./dist/skyapi.js",

"test": "npm run build:sdk && npm run test:ci",
"test:ci": "NODE_ENV=test tap './test/**/*.spec.js' --cov",
"test:cov": "NODE_ENV=test tap './test/**/*.spec.js' --cov --coverage-report=html",
"test:ci": "NODE_ENV=test tap './test/**/*.spec.js' --no-check-coverage",
"test:cov": "NODE_ENV=test tap './test/**/*.spec.js' --no-check-coverage --coverage-report=html",
"test:debug": "NODE_ENV=test DEBUG=@skycatch/* DEBUG_COLORS=true mocha --timeout 10000"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/fetch-retry": "^4.0.0",
"debug": "^4.1.1",
"js-beautify": "^1.10.0",
"jws": "^3.2.2",
"mustache": "^3.1.0",
"node-fetch": "^2.4.1",
"@zeit/fetch-retry": "^5.0.1",
"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.7.0",
"swagger-parser": "^6.0.5"
"qs": "^6.10.3",
"swagger-parser": "^9.0.1"
},

@@ -60,4 +58,4 @@ "devDependencies": {

"@skycatch/skyapi-metadata-patch": "github:skycatch/skyapi-metadata-patch#v1.0.0",
"@skycatch/skyapi-overlays-get": "github:skycatch/skyapi-overlays-get#v1.0.0",
"@skycatch/skyapi-overlays-post": "github:skycatch/skyapi-overlays-post#v1.0.0",
"@skycatch/skyapi-overlays-get": "github:skycatch/skyapi-overlays-get#v1.0.0",
"@skycatch/skyapi-precog-ui-jobs-get": "github:skycatch/skyapi-precog-ui-jobs-get",

@@ -75,5 +73,5 @@ "@skycatch/skyapi-precog-ui-jobs-get-all": "github:skycatch/skyapi-precog-ui-jobs-get-all",

"@skycatch/skyapi-teck-iot-demo-get": "github:skycatch/skyapi-teck-iot-demo-get#stage",
"mocha": "^6.1.4",
"tap": "^14.6.4"
"mocha": "^9.2.0",
"tap": "^15.1.6"
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc