Socket
Socket
Sign inDemoInstall

@vonage/number-insights

Package Overview
Dependencies
Maintainers
42
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.4.0 to 1.5.0

2

dist/enums/CallerType.js

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

CallerType["CONSUMER"] = "consumer,";
})(CallerType = exports.CallerType || (exports.CallerType = {}));
})(CallerType || (exports.CallerType = CallerType = {}));
//# sourceMappingURL=CallerType.js.map

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

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

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

NetworkType["PAGER"] = "pager";
})(NetworkType = exports.NetworkType || (exports.NetworkType = {}));
})(NetworkType || (exports.NetworkType = NetworkType = {}));
//# sourceMappingURL=NetworkType.js.map

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

Reachable["BLACKLISTED"] = "blacklisted";
})(Reachable = exports.Reachable || (exports.Reachable = {}));
})(Reachable || (exports.Reachable = Reachable = {}));
//# sourceMappingURL=Reachable.js.map

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

ValidNumber["INFERRED_NOT_VALID"] = "inferred_not_valid";
})(ValidNumber = exports.ValidNumber || (exports.ValidNumber = {}));
})(ValidNumber || (exports.ValidNumber = ValidNumber = {}));
//# sourceMappingURL=ValidNumber.js.map
{
"name": "@vonage/number-insights",
"version": "1.4.0",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"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": "Chris Tankersley <chris@ctankersley.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"
},
"devDependencies": {
"nock": "^13.2.9"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
"name": "@vonage/number-insights",
"version": "1.5.0",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"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": "Chris Tankersley <chris@ctankersley.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"
},
"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