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.8 to 1.0.9

2

dist/services/property/routes/query-property.d.ts
export interface GetPropertyBySourceParams {
sourceIds: string[];
sourceIds?: string[];
limit?: number;

@@ -4,0 +4,0 @@ offset?: number;

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

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

@@ -52,0 +53,0 @@ offset: offset,

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

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

import { getApiInstance, initialisedConfig } from '../../../config';
export interface GetPropertyBySourceParams {
sourceIds: string[];
sourceIds?: string[];
limit?: number;

@@ -40,4 +40,5 @@ offset?: number;

return await api.get(
`/sources/${sourceIds.join(',')}`,
`/query`,
{
sourceIds,
limit,

@@ -44,0 +45,0 @@ offset,

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