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

twilio-functions-utils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-functions-utils - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/use.mock.js

@@ -18,3 +18,3 @@ /* global jest */

getFunctions: jest.fn(() => (functions.reduce((p, c) => {
p[`/${c.replace('.protected.js', '').replace('.private.js', '').replace('.js', '')}`] = {
p[`${c.replace('.protected.js', '').replace('.private.js', '').replace('.js', '')}`] = {
path: path.resolve('./functions', c).replace('.js', ''),

@@ -21,0 +21,0 @@ };

{
"name": "twilio-functions-utils",
"version": "2.1.0",
"version": "2.1.1",
"description": "Twilio Functions utils library",

@@ -5,0 +5,0 @@ "main": "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