@vonage/server-client
Advanced tools
Comparing version 0.5.0 to 1.0.0
{ | ||
"name": "@vonage/server-client", | ||
"version": "0.5.0", | ||
"description": "Core services related to talking to the Vonage APIs", | ||
"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\"", | ||
"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" | ||
}, | ||
"dependencies": { | ||
"@vonage/auth": "^0.6.0", | ||
"@vonage/jwt": "^0.3.0", | ||
"@vonage/vetch": "^0.3.1" | ||
} | ||
"name": "@vonage/server-client", | ||
"version": "1.0.0", | ||
"description": "Core services related to talking to the Vonage APIs", | ||
"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\"", | ||
"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/auth": "^1.0.0", | ||
"@vonage/jwt": "^1.0.0", | ||
"@vonage/vetch": "^1.0.0" | ||
}, | ||
"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
10219
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/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)
+ 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/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/auth@^1.0.0
Updated@vonage/jwt@^1.0.0
Updated@vonage/vetch@^1.0.0