New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ntp-packet-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntp-packet-parser - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

11

package.json
{
"name": "ntp-packet-parser",
"version": "0.4.0",
"version": "0.4.1",
"description": "A parser for NTP UDP packets",

@@ -27,5 +27,5 @@ "main": "dist/index.js",

"@types/mocha": "^10.0.0",
"@types/node": "^14",
"@types/node": "^14 || ^16 || ^18 || ^20",
"mocha": "^10.1.0",
"prettier": "^2.3.0",
"prettier": "^3.0.2",
"ts-mocha": "^10.0.0",

@@ -43,7 +43,8 @@ "ts-node": "^10.4.0",

"prettier": {
"printWidth": 120
"printWidth": 120,
"trailingComma": "es5"
},
"engines": {
"node": "^14 || ^16 || ^18"
"node": "^14 || ^16 || ^18 || ^20"
}
}
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