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

@ndn/naming-convention1

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndn/naming-convention1 - npm Package Compare versions

Comparing version 0.0.20240113 to 0.0.20240630

2

lib/mod_browser.js

@@ -14,3 +14,3 @@ import { Component, TT } from "@ndn/packet";

create(v) {
return new Component(undefined, Encoder.encode([this.marker, NNI(v)], 9));
return new Component(TT.GenericNameComponent, Encoder.encode([this.marker, NNI(v)], 9));
}

@@ -17,0 +17,0 @@ parse(comp) {

@@ -14,3 +14,3 @@ import { Component, TT } from "@ndn/packet";

create(v) {
return new Component(undefined, Encoder.encode([this.marker, NNI(v)], 9));
return new Component(TT.GenericNameComponent, Encoder.encode([this.marker, NNI(v)], 9));
}

@@ -17,0 +17,0 @@ parse(comp) {

{
"name": "@ndn/naming-convention1",
"version": "0.0.20240113",
"version": "0.0.20240630",
"description": "NDNts: Naming Convention rev1",

@@ -22,10 +22,10 @@ "keywords": [

"url": "https://github.com/yoursunny/NDNts.git",
"directory": "packages/naming-convention1"
"directory": "pkg/naming-convention1"
},
"dependencies": {
"@ndn/packet": "0.0.20240113",
"@ndn/tlv": "0.0.20240113",
"tslib": "^2.6.2"
"@ndn/packet": "0.0.20240630",
"@ndn/tlv": "0.0.20240630",
"tslib": "^2.6.3"
},
"types": "lib/mod.d.ts"
}

Sorry, the diff of this file is not supported yet

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