Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ndn/naming-convention2

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndn/naming-convention2 - npm Package Compare versions

Comparing version 0.0.20210203 to 0.0.20210930

0

lib/alt-uri.d.ts
import { AltUriConverter } from "@ndn/packet";
/** Print conventions from this package in alternate URI syntax. */
export declare const AltUri: AltUriConverter;

@@ -0,0 +0,0 @@ import { NamingConvention } from "@ndn/packet";

export * from "./conventions";
export * from "./alt-uri";

8

package.json
{
"name": "@ndn/naming-convention2",
"version": "0.0.20210203",
"version": "0.0.20210930",
"description": "NDNts: Naming Convention rev2",

@@ -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-convention2

import { Name } from "@ndn/packet";
import { strict as assert } from "assert";
import { strict as assert } from "node:assert";

@@ -17,0 +17,0 @@ // convention.create() returns a Component.

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