@ndn/naming-convention1
Advanced tools
Comparing version 0.0.20210203 to 0.0.20210930
@@ -0,0 +0,0 @@ import { Component, NamingConvention } from "@ndn/packet"; |
{ | ||
"name": "@ndn/naming-convention1", | ||
"version": "0.0.20210203", | ||
"version": "0.0.20210930", | ||
"description": "NDNts: Naming Convention rev1", | ||
@@ -25,7 +25,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@ndn/packet": "0.0.20210203", | ||
"@ndn/tlv": "0.0.20210203", | ||
"tslib": "^2.1.0" | ||
"@ndn/packet": "0.0.20210930", | ||
"@ndn/tlv": "0.0.20210930", | ||
"tslib": "^2.3.1" | ||
}, | ||
"types": "lib/mod.d.ts" | ||
} |
@@ -14,3 +14,3 @@ # @ndn/naming-convention1 | ||
import { Name } from "@ndn/packet"; | ||
import { strict as assert } from "assert"; | ||
import { strict as assert } from "node:assert"; | ||
@@ -17,0 +17,0 @@ // Append name component with marker. |
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
4130
+ Added@ndn/packet@0.0.20210930(transitive)
+ Added@ndn/tlv@0.0.20210930(transitive)
- Removed@ndn/packet@0.0.20210203(transitive)
- Removed@ndn/tlv@0.0.20210203(transitive)
Updated@ndn/packet@0.0.20210930
Updated@ndn/tlv@0.0.20210930
Updatedtslib@^2.3.1