@ndn/naming-convention2
Advanced tools
Comparing version 0.0.20200606 to 0.0.20200909
@@ -1,3 +0,3 @@ | ||
import { AltUriPrinter } from "@ndn/packet"; | ||
import { AltUriConverter } from "@ndn/packet"; | ||
/** Print conventions from this package in alternate URI syntax. */ | ||
export declare const AltUri: AltUriPrinter; | ||
export declare const AltUri: AltUriConverter; |
{ | ||
"name": "@ndn/naming-convention2", | ||
"version": "0.0.20200606", | ||
"version": "0.0.20200909", | ||
"description": "NDNts: Naming Convention rev2", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"type": "module", | ||
"main": "lib/mod.js", | ||
"main": "lib/mod_node.js", | ||
"module": "lib/mod_browser.js", | ||
"sideEffects": false, | ||
@@ -25,6 +26,7 @@ "homepage": "https://yoursunny.com/p/NDNts/", | ||
"dependencies": { | ||
"@ndn/packet": "0.0.20200606", | ||
"@ndn/tlv": "0.0.20200606", | ||
"tslib": "*" | ||
} | ||
"@ndn/packet": "0.0.20200909", | ||
"@ndn/tlv": "0.0.20200909", | ||
"tslib": "^2.0.1" | ||
}, | ||
"types": "lib/mod.d.ts" | ||
} |
@@ -53,2 +53,6 @@ # @ndn/naming-convention2 | ||
// Using AltUri from this package indicates you have adopted these naming conventions. | ||
// Use AltUri.parseName() and AltUri.parseComponent() to parse from alternate URI syntax. | ||
assert(AltUri.parseName("/A/32=metadata/v=3/seg=0").equals(name)); | ||
assert(AltUri.parseComponent("v=3").equals(name.at(2))); | ||
``` |
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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
11427
11
234
1
58
+ Added@ndn/packet@0.0.20200909(transitive)
+ Added@ndn/tlv@0.0.20200909(transitive)
- Removed@ndn/packet@0.0.20200606(transitive)
- Removed@ndn/tlv@0.0.20200606(transitive)
Updated@ndn/packet@0.0.20200909
Updated@ndn/tlv@0.0.20200909
Updatedtslib@^2.0.1