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

@ndn/lp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndn/lp - npm Package Compare versions

Comparing version 0.0.20200909 to 0.0.20210203

3

lib/service_browser.js

@@ -0,4 +1,5 @@

import { __importDefault, __importStar } from "tslib";
import { Data, Interest, Nack, TT as l3TT } from "@ndn/packet";
import { Decoder, Encoder, printTT, toHex } from "@ndn/tlv";
import itKeepAlive from "it-keepalive";
import _cjsDefaultImport0 from "it-keepalive"; const itKeepAlive = __importDefault(_cjsDefaultImport0).default;
import { TT } from "./an_browser.js";

@@ -5,0 +6,0 @@ import { Fragmenter } from "./fragmenter_browser.js";

@@ -1,7 +0,5 @@

import { createRequire } from "module";
const require = createRequire(import.meta.url);
const { __importDefault } = require("tslib");
import { __importDefault, __importStar } from "tslib";
import { Data, Interest, Nack, TT as l3TT } from "@ndn/packet";
import { Decoder, Encoder, printTT, toHex } from "@ndn/tlv";
const itKeepAlive = __importDefault(require("it-keepalive")).default;
import _cjsDefaultImport0 from "it-keepalive"; const itKeepAlive = __importDefault(_cjsDefaultImport0).default;
import { TT } from "./an_node.js";

@@ -8,0 +6,0 @@ import { Fragmenter } from "./fragmenter_node.js";

{
"name": "@ndn/lp",
"version": "0.0.20200909",
"version": "0.0.20210203",
"description": "NDNts: NDNLP",

@@ -25,8 +25,8 @@ "keywords": [

"dependencies": {
"@ndn/packet": "0.0.20200909",
"@ndn/tlv": "0.0.20200909",
"@ndn/packet": "0.0.20210203",
"@ndn/tlv": "0.0.20210203",
"it-keepalive": "^1.2.0",
"tslib": "^2.0.1"
"tslib": "^2.1.0"
},
"types": "lib/mod.d.ts"
}
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