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.14.0 to 0.14.1

5

dist/routes/frost/things.js

@@ -23,5 +23,5 @@ "use strict";

getById: function getById(id) {
var query = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
return {
withStatus: function withStatus() {
var query = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return instance.get("".concat(baseUrl, "(").concat(id, ")")).query(_objectSpread(_objectSpread({}, query), {}, {

@@ -39,6 +39,5 @@ $expand: "Datastreams/Observations"

},
getAll: function getAll() {
getAll: function getAll(query) {
return {
withStatus: function withStatus() {
var query = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return instance.get(baseUrl).query(_objectSpread(_objectSpread({}, query), {}, {

@@ -45,0 +44,0 @@ $expand: "Datastreams/Observations"

2

package.json
{
"name": "@ifings/api-client",
"description": "iFings API client",
"version": "0.14.0",
"version": "0.14.1",
"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