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

@natyapp/meta

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

@natyapp/meta - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

3

dist/services/axiosInstances.js

@@ -9,3 +9,2 @@ "use strict";

const axiosInterceptors_1 = require("../configs/axiosInterceptors");
const apiConfig_1 = require("../configs/apiConfig");
const newAxiosInstance = ({ url = "https://graph.facebook.com/v18.0/", phone_number_id, accessToken, }) => axios_1.default.create({

@@ -34,3 +33,3 @@ baseURL: url + phone_number_id,

const api = axios_1.default.create({
baseURL: `${apiConfig_1.ApiConfig.getInstance().Url}/v1`,
baseURL: `${process.env.API_META}/v1`,
headers: axiosInterceptors_1.configInterceptors,

@@ -37,0 +36,0 @@ });

@@ -6,3 +6,2 @@ "use strict";

configure(config) {
console.log(process.env.API_META_OFFICIAL_WEBHOOK);
apiConfig_1.ApiConfig.getInstance, config;

@@ -9,0 +8,0 @@ }

{
"name": "@natyapp/meta",
"version": "1.5.4",
"version": "1.5.5",
"description": "",

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

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