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

somleng

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

somleng - npm Package Compare versions

Comparing version 4.20.1 to 4.20.2

1

lib/base/BaseSomleng.d.ts
import { ClientOpts as IClientOpts } from "twilio";
export interface ClientOpts extends IClientOpts {
apiBaseUrl?: string;
verifyBaseUrl?: string;
}

@@ -18,4 +18,5 @@ "use strict";

this.api.baseUrl = (opts === null || opts === void 0 ? void 0 : opts.apiBaseUrl) || "https://api.somleng.org";
this.verify.baseUrl = (opts === null || opts === void 0 ? void 0 : opts.verifyBaseUrl) || "https://verify.somleng.org";
}
}
module.exports = Somleng;

2

package.json
{
"name": "somleng",
"version": "4.20.1",
"version": "4.20.2",
"description": "A Somleng helper library",

@@ -5,0 +5,0 @@ "author": "Somleng Dev Team <dev@somleng.com>",

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