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

@vepler/http-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vepler/http-sdk - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

dist/services/property/routes/query-property.js

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

api = (0, config_1.getApiInstance)('property');
return [4 /*yield*/, api.get("/query", {
return [4 /*yield*/, api.query("/query", {
sourceIds: sourceIds,

@@ -52,0 +52,0 @@ limit: limit,

{
"name": "@vepler/http-sdk",
"version": "1.0.9",
"version": "1.0.10",
"description": "The Official Propbar HTTP SDK.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -39,3 +39,3 @@ import { getApiInstance, initialisedConfig } from '../../../config';

return await api.get(
return await api.query(
`/query`,

@@ -42,0 +42,0 @@ {

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