New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vepler/http-sdk

Package Overview
Dependencies
Maintainers
0
Versions
19
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.17 to 1.0.18

2

dist/services/area-reference/routes/query-metrics.js

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

api = (0, config_1.getApiInstance)('area-reference');
return [4 /*yield*/, api.post("/metric-values", {
return [4 /*yield*/, api.query("/metric-values", {
metricIds: metricIds,

@@ -52,0 +52,0 @@ geographicEntityIds: geographicEntityIds,

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

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

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

return await api.post(
return await api.query(
`/metric-values`,

@@ -51,0 +51,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