Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@msimerson/stun

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@msimerson/stun - npm Package Compare versions

Comparing version 2.1.16 to 3.0.0

.editorconfig

15

changelog.md

@@ -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": {

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