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

messagebird

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messagebird - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "messagebird",
"version": "3.0.0",
"version": "3.0.1",
"description": "A node.js wrapper for the MessageBird REST API",

@@ -5,0 +5,0 @@ "main": "lib/messagebird.js",

@@ -24,3 +24,3 @@ // TypeScript Version: 3.0

import { MmsObject, MmsParameter } from './mms';
import { Features } from 'feature';
import { Features } from './feature';

@@ -27,0 +27,0 @@ type CallbackFn<T = unknown> = (err: Error | null, res: T | null) => void;

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