Socket
Socket
Sign inDemoInstall

@vonage/numbers

Package Overview
Dependencies
Maintainers
42
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/numbers - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

dist/enums/Feature.js

@@ -9,3 +9,3 @@ "use strict";

Feature["VOICE"] = "VOICE";
})(Feature = exports.Feature || (exports.Feature = {}));
})(Feature || (exports.Feature = Feature = {}));
//# sourceMappingURL=Feature.js.map

@@ -9,3 +9,3 @@ "use strict";

LineType["LANDLINE-TOLL-FREE"] = "landline-toll-free";
})(LineType = exports.LineType || (exports.LineType = {}));
})(LineType || (exports.LineType = LineType = {}));
//# sourceMappingURL=LineType.js.map

@@ -9,3 +9,3 @@ "use strict";

SearchPattern[SearchPattern["ENDS_WITH"] = 2] = "ENDS_WITH";
})(SearchPattern = exports.SearchPattern || (exports.SearchPattern = {}));
})(SearchPattern || (exports.SearchPattern = SearchPattern = {}));
//# sourceMappingURL=SearchPattern.js.map

@@ -30,2 +30,3 @@ "use strict";

}
// order of precdent contains, endsWith, startsWith
if (contains) {

@@ -55,2 +56,3 @@ return {

const sortFeatures = (features) => {
// API expects these as a CSV in a specific order
if (features.length > 4) {

@@ -57,0 +59,0 @@ throw new Error('Invalid number of features request');

@@ -49,3 +49,5 @@ import { AuthOpts, AuthInterface } from '@vonage/auth';

voiceStatusCallback?: string;
/** @deprecated */
messagesCallbackType?: MessagesCallbackTypeEnum;
/** @deprecated */
messagesCallbackValue?: string;

@@ -62,3 +64,5 @@ }

voiceStatusCallback?: string;
/** @deprecated */
messagesCallbackType?: MessagesCallbackTypeEnum;
/** @deprecated */
messagesCallbackValue?: string;

@@ -65,0 +69,0 @@ }

@@ -9,7 +9,7 @@ "use strict";

VoiceCallbackTypeEnum["App"] = "app";
})(VoiceCallbackTypeEnum = exports.VoiceCallbackTypeEnum || (exports.VoiceCallbackTypeEnum = {}));
})(VoiceCallbackTypeEnum || (exports.VoiceCallbackTypeEnum = VoiceCallbackTypeEnum = {}));
var MessagesCallbackTypeEnum;
(function (MessagesCallbackTypeEnum) {
MessagesCallbackTypeEnum["App"] = "app";
})(MessagesCallbackTypeEnum = exports.MessagesCallbackTypeEnum || (exports.MessagesCallbackTypeEnum = {}));
})(MessagesCallbackTypeEnum || (exports.MessagesCallbackTypeEnum = MessagesCallbackTypeEnum = {}));
//# sourceMappingURL=types.js.map
{
"name": "@vonage/numbers",
"version": "1.4.0",
"description": "Vonage Numbers SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
"url": "https://github.com/Vonage/vonage-node-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonage/vonage-node-sdk.git"
},
"license": "Apache-2.0",
"author": "Kelly J Andrews <kelly@kellyjandrews.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
"nock": "^13.2.9"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
"name": "@vonage/numbers",
"version": "1.5.0",
"description": "Vonage Numbers SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
"url": "https://github.com/Vonage/vonage-node-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonage/vonage-node-sdk.git"
},
"license": "Apache-2.0",
"author": "Kelly J Andrews <kelly@kellyjandrews.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.4.0",
"@vonage/server-client": "^1.5.0",
"@vonage/vetch": "^1.4.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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