Comparing version 0.0.20200909 to 0.0.20210203
@@ -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" | ||
} |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
29493
0
0
840
+ Added@ndn/packet@0.0.20210203(transitive)
+ Added@ndn/tlv@0.0.20210203(transitive)
+ Addedmnemonist@0.38.5(transitive)
+ Addedobliterator@2.0.5(transitive)
- Removed@ndn/packet@0.0.20200909(transitive)
- Removed@ndn/tlv@0.0.20200909(transitive)
Updated@ndn/packet@0.0.20210203
Updated@ndn/tlv@0.0.20210203
Updatedtslib@^2.1.0