Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ifings/api-client

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ifings/api-client - npm Package Compare versions

Comparing version 0.15.1 to 0.15.2

4

dist/routes/frost/things.js

@@ -27,3 +27,3 @@ "use strict";

return instance.get("".concat(baseUrl, "(").concat(id, ")")).query(_objectSpread(_objectSpread({}, query), {}, {
$expand: "Datastreams/Observations".concat(query.$expand && ",".concat(query.$expand))
$expand: "Datastreams/Observations".concat(query.$expand ? ",".concat(query.$expand) : "")
})).then(function (res) {

@@ -43,3 +43,3 @@ return _objectSpread(_objectSpread({}, res), {}, {

return instance.get(baseUrl).query(_objectSpread(_objectSpread({}, query), {}, {
$expand: "Datastreams/Observations".concat(query.$expand && ",".concat(query.$expand))
$expand: "Datastreams/Observations".concat(query.$expand ? ",".concat(query.$expand) : "")
})).then(function (res) {

@@ -46,0 +46,0 @@ return res.map(function (thing) {

{
"name": "@ifings/api-client",
"description": "iFings API client",
"version": "0.15.1",
"version": "0.15.2",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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