Socket
Socket
Sign inDemoInstall

@vonage/number-insights

Package Overview
Dependencies
Maintainers
43
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/number-insights - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

dist/lib/enums/CallerType.d.ts

13

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/number-insights",
"version": "1.12.0",
"version": "1.12.1",
"description": "Vonage Number Insights API",

@@ -25,4 +25,5 @@ "homepage": "https://developer.vonage.com",

],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"directories": {

@@ -42,5 +43,5 @@ "lib": "dist",

"dependencies": {
"@vonage/auth": "^1.10.0",
"@vonage/server-client": "^1.12.0",
"@vonage/vetch": "^1.7.1"
"@vonage/auth": "^1.10.1",
"@vonage/server-client": "^1.12.1",
"@vonage/vetch": "^1.7.2"
},

@@ -47,0 +48,0 @@ "devDependencies": {

@@ -43,3 +43,3 @@ # Vonage Number Insights SDK for Node.js

```js
const { Auth } = require('@vonage/auth);
const { Auth } = require('@vonage/auth');
const { Vonage } = require('@vonage/server-sdk');

@@ -46,0 +46,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