@vonage/messages
Advanced tools
Comparing version 0.2.5 to 1.0.0
122
package.json
{ | ||
"name": "@vonage/messages", | ||
"version": "0.2.5", | ||
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS", | ||
"keywords": [ | ||
"whatsapp", | ||
"facebook", | ||
"viber", | ||
"sms", | ||
"mms", | ||
"messaging", | ||
"messages" | ||
], | ||
"author": "Chris Tankersley <chris@ctankersley.com>", | ||
"homepage": "https://developer.vonage.com", | ||
"license": "Apache-2.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"directories": { | ||
"lib": "dist", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"publishConfig": { | ||
"directory": "dist" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Vonage/vonage-node-sdk.git" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "tsc -b --clean", | ||
"compile": "tsc -p tsconfig.json", | ||
"format": "prettier --write \"lib/**/*.ts\" \"__tests__/**/*.ts\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepublishOnly": "npm run build && npm run test && npm run lint", | ||
"preversion": "npm run lint", | ||
"test-watch": "npx jest --watch", | ||
"test": "npx jest", | ||
"version": "npm run format && git add -A lib" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Vonage/vonage-node-sdk/issues" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1", | ||
"jest": "^28.1", | ||
"nock": "^13.2.9", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0", | ||
"ts-loader": "^9.3.1", | ||
"ts-node": "^10.9.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"dependencies": { | ||
"@vonage/server-client": "^0.5.0" | ||
} | ||
"name": "@vonage/messages", | ||
"version": "1.0.0", | ||
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS", | ||
"keywords": [ | ||
"whatsapp", | ||
"facebook", | ||
"viber", | ||
"sms", | ||
"mms", | ||
"messaging", | ||
"messages" | ||
], | ||
"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": "tsc -b --clean", | ||
"compile": "tsc -p tsconfig.json", | ||
"format": "prettier --write \"lib/**/*.ts\" \"__tests__/**/*.ts\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepublishOnly": "npm run build && npm run test && npm run lint", | ||
"test": "npx jest", | ||
"test-watch": "npx jest --watch", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A lib" | ||
}, | ||
"dependencies": { | ||
"@vonage/server-client": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1", | ||
"jest": "^28.1", | ||
"nock": "^13.2.9", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0", | ||
"ts-loader": "^9.3.1", | ||
"ts-node": "^10.9.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33937
0
+ Added@types/node@22.9.0(transitive)
+ Added@types/node-fetch@2.6.11(transitive)
+ Added@vonage/auth@1.12.0(transitive)
+ Added@vonage/jwt@1.11.0(transitive)
+ Added@vonage/server-client@1.16.1(transitive)
+ Added@vonage/vetch@1.8.0(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedjsonwebtoken@9.0.2(transitive)
+ Addedlodash.camelcase@4.3.0(transitive)
+ Addedlodash.isobject@3.0.2(transitive)
+ Addedlodash.kebabcase@4.1.1(transitive)
+ Addedlodash.snakecase@4.1.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@vonage/auth@0.6.0(transitive)
- Removed@vonage/jwt@0.3.0(transitive)
- Removed@vonage/server-client@0.5.0(transitive)
- Removed@vonage/vetch@0.3.1(transitive)
- Removedjsonwebtoken@8.5.1(transitive)
- Removedlodash.merge@4.6.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removeduuid@8.3.2(transitive)
Updated@vonage/server-client@^1.0.0