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

whatsapp-business

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whatsapp-business - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/package.json
{
"name": "whatsapp-business",
"author": "MarcosNicolau",
"version": "1.0.0",
"version": "1.0.2",
"description": "This is the common configuration for node js project with typescript I always do",

@@ -19,3 +19,3 @@ "licenses": [

"build": "tsc",
"prepare": "husky install",
"prepare": "tsc --build",
"test": "jest",

@@ -22,0 +22,0 @@ "cm": "cz"

@@ -1,8 +0,2 @@

import { Message, SendMessageResponse } from "types/messages";
import { GetBusinessPhoneNumberResponse, RequestPhoneNumberVerificationCodeArgs, VerifyPhoneNumberArgs } from "types/phoneNumbers";
import { RegisterPhoneArgs, SetUpTwoFactorAuthArgs } from "types/registration";
import { DefaultResponse } from "types/response";
import { BusinessProfile, BusinessProfileFieldsQuery, UpdateBusinessProfilePayload } from "./types/business";
import { GetMediaResponse, UploadMediaPayload, UploadMediaResponse } from "./types/media";
import { BusinessPhoneNumber } from "./types/phoneNumbers";
import { Message, SendMessageResponse, GetBusinessPhoneNumberResponse, RequestPhoneNumberVerificationCodeArgs, VerifyPhoneNumberArgs, RegisterPhoneArgs, SetUpTwoFactorAuthArgs, DefaultResponse, BusinessProfile, BusinessProfileFieldsQuery, UpdateBusinessProfilePayload, GetMediaResponse, UploadMediaPayload, UploadMediaResponse, BusinessPhoneNumber } from "./types";
import { createRestClient } from "./utils/restClient";

@@ -9,0 +3,0 @@ interface WABAClientArgs {

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

var fs_1 = __importDefault(require("fs"));
var errorHandler_1 = require("utils/errorHandler");
var errorHandler_1 = require("./utils/errorHandler");
var restClient_1 = require("./utils/restClient");

@@ -69,0 +69,0 @@ var WABAClient = /** @class */ (function () {

@@ -1,2 +0,2 @@

import { GenerateMappedNever, LiteralUnion } from "types/utils";
import { GenerateMappedNever, LiteralUnion } from "./utils";
export declare type SendMessageResponse = {

@@ -3,0 +3,0 @@ messaging_product: "whatsapp";

import { WABAErrorCodes } from "./error";
import { LiteralUnion } from "types/utils";
import { MessageType } from "types/messages";
import { LiteralUnion } from "./utils";
import { MessageType } from "./messages";
export declare type WebhookContact = {

@@ -5,0 +5,0 @@ /**

{
"name": "whatsapp-business",
"author": "MarcosNicolau",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is the common configuration for node js project with typescript I always do",

@@ -19,3 +19,3 @@ "licenses": [

"build": "tsc",
"prepare": "husky install",
"prepare": "tsc --build",
"test": "jest",

@@ -22,0 +22,0 @@ "cm": "cz"

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