ntp-packet-parser
Advanced tools
Comparing version 0.2.0 to 0.2.1
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "ntp-packet-parser", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A parser for NTP UDP packets", | ||
@@ -26,8 +26,8 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^8.2.2", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^15.3.0", | ||
"mocha": "^8.4.0", | ||
"mocha": "^9.1.3", | ||
"prettier": "^2.3.0", | ||
"ts-mocha": "^8.0.0", | ||
"ts-node": "^9.1.1", | ||
"ts-mocha": "^9.0.2", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.2.4" | ||
@@ -44,3 +44,6 @@ }, | ||
"printWidth": 120 | ||
}, | ||
"engines": { | ||
"node": "^12 || ^14 || ^16" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50913
341
0