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

capacitor-sms

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-sms - npm Package Compare versions

Comparing version 0.0.1-alpha.1-17 to 0.0.1-alpha.1-18

2

dist/esm/web.d.ts
import { WebPlugin } from '@capacitor/core';
import { SMSPlugin } from './definitions';
export declare class SMSPluginWeb extends WebPlugin implements SMSPlugin {
platform: string;
endpoint: string;

@@ -12,2 +13,3 @@ constructor();

configEndpoint(options: {
platform: string;
endpoint: string;

@@ -14,0 +16,0 @@ }): Promise<{

3

dist/esm/web.js

@@ -28,2 +28,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.endpoint = options.endpoint;
this.platform = options.platform;
return Promise.resolve({ result: { method: 'config', value: true } });

@@ -40,3 +41,3 @@ });

},
body: JSON.stringify({ number: options.number, text: options.message })
body: JSON.stringify({ platform: this.platform, number: options.number, text: options.message })
})

@@ -43,0 +44,0 @@ .then(function (res) {

{
"name": "capacitor-sms",
"version": "0.0.1-alpha.1-17",
"version": "0.0.1-alpha.1-18",
"description": "SMS Plugin",

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

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