@msimerson/stun
Advanced tools
Comparing version 2.1.16 to 3.0.0
@@ -5,7 +5,14 @@ # Change Log | ||
### Unreleased | ||
### [3.0.0] - 2023-12-13 | ||
### [2.1.16] - 2023-12-09 | ||
- BREAKING: drop support for node.js <= 16 | ||
- still works, but no legacy version testing | ||
- dep(eslint): bump to 8.55.0 | ||
- dep(jest): bump to 29.7.0 | ||
- dep(prettier): bump to 3.1.1 | ||
## [2.1.16] - 2023-12-09 | ||
- dep(meow): replace with minimist | ||
@@ -17,3 +24,3 @@ - dep(parse-url): replace with native URL | ||
### [2.1.0] - 2019-11-23 | ||
## [2.1.0] - 2019-11-23 | ||
@@ -23,3 +30,3 @@ - `stun.request` supports promise interface. | ||
### [2.0.0] - 2019-06-02 | ||
## [2.0.0] - 2019-06-02 | ||
@@ -26,0 +33,0 @@ - Add `request()` method to simplify client-side requests. Follow the `STUN` specification. |
{ | ||
"name": "@msimerson/stun", | ||
"version": "2.1.16", | ||
"version": "3.0.0", | ||
"description": "Session Traversal Utilities for NAT (STUN) client and server.", | ||
@@ -8,6 +8,6 @@ "main": "src/index.js", | ||
"lint": "npx eslint .", | ||
"lint-fix": "npx eslint . --fix", | ||
"cover": "npx jest --coverage", | ||
"lint-fix": "npx eslint --fix .", | ||
"test": "npm run lint && npx jest", | ||
"test-ci": "npm run lint && npm run cover" | ||
"test-ci": "npx jest", | ||
"versions": "npx dependency-version-checker check" | ||
}, | ||
@@ -17,3 +17,3 @@ "bin": "./src/cli.js", | ||
"type": "git", | ||
"url": "git+https://github.com/nodertc/stun.git" | ||
"url": "git+https://github.com/msimerson/stun.git" | ||
}, | ||
@@ -31,11 +31,11 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/nodertc/stun/issues" | ||
"url": "https://github.com/msimerson/stun/issues" | ||
}, | ||
"homepage": "https://github.com/nodertc/stun#readme", | ||
"homepage": "https://github.com/msimerson/stun#readme", | ||
"devDependencies": { | ||
"@nodertc/eslint-config": "^0.3.0", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint": "^8.55.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.1.0" | ||
"prettier": "^3.1.1" | ||
}, | ||
@@ -46,3 +46,3 @@ "dependencies": { | ||
"debug": "^4.3.4", | ||
"ip": "^1.1.8", | ||
"ip": "^2.0.0", | ||
"ip2buf": "^2.0.0", | ||
@@ -52,6 +52,6 @@ "is-stun": "^2.0.0", | ||
"turbo-crc32": "^1.0.1", | ||
"universalify": "^2.0.1" | ||
"universalify": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=10.0" | ||
"node": ">=18.0" | ||
}, | ||
@@ -58,0 +58,0 @@ "jest": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
141536
58
3329
1
+ Addedip@2.0.1(transitive)
- Removedip@1.1.9(transitive)
Updatedip@^2.0.0
Updateduniversalify@^2.0.0