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

eurobate-sms

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eurobate-sms - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

es6/enonic.d.ts
import { IOEither } from "fp-ts/lib/IOEither";
import { EnonicError } from 'enonic-fp/lib/common';
import { EnonicError } from 'enonic-fp/lib/errors';
import { EurobateParams, EurobateResponse } from "./index";
export declare function json(str: string): IOEither<EnonicError, any>;
export declare function sendSMS(params: EurobateParams): IOEither<EnonicError, EurobateResponse>;
import { IOEither } from "fp-ts/lib/IOEither";
import { EnonicError } from 'enonic-fp/lib/common';
import { EnonicError } from 'enonic-fp/lib/errors';
import { EurobateParams, EurobateResponse } from "./index";
export declare function json(str: string): IOEither<EnonicError, any>;
export declare function sendSMS(params: EurobateParams): IOEither<EnonicError, EurobateResponse>;
{
"name": "eurobate-sms",
"version": "0.1.3",
"version": "0.1.4",
"description": "Wrapper around the Eurobate APIs for JavaScript and TypeScript",

@@ -20,4 +20,4 @@ "main": "lib/index.js",

"axios": "^0.19.0",
"enonic-fp": "^0.2.6",
"enonic-types": "^0.0.11",
"enonic-fp": "^0.2.7",
"enonic-types": "^0.0.12",
"fp-ts": "^2.1.1"

@@ -24,0 +24,0 @@ },

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