Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 0.2.1

6

dist/index.js
"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;

13

package.json
{
"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"
}
}
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