Socket
Socket
Sign inDemoInstall

bns

Package Overview
Dependencies
15
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

lib/constants.js

@@ -433,3 +433,2 @@ /*!

PADDING: 12, // Padding
TRIEROOT: 13, // Trie Root
LOCAL: 65001, // Beginning of range reserved for local/experimental use

@@ -459,3 +458,2 @@ LOCALSTART: 65001, // Beginning of range reserved for local/experimental use

[options.PADDING]: 'PADDING',
[options.TRIEROOT]: 'TRIEROOT',
[options.LOCALSTART]: 'LOCALSTART',

@@ -462,0 +460,0 @@ [options.LOCALEND]: 'LOCALEND'

@@ -467,6 +467,2 @@ /*!

const TRIEROOTSchema = [
['root', 'hex']
];
const LOCALSchema = [

@@ -589,3 +585,2 @@ ['data', 'hex']

[options.PADDING]: PADDINGSchema,
[options.TRIEROOT]: TRIEROOTSchema,
[options.LOCAL]: LOCALSchema,

@@ -592,0 +587,0 @@ [options.LOCALSTART]: LOCALSchema,

2

package.json
{
"name": "bns",
"version": "0.0.1",
"version": "0.0.2",
"description": "DNS bike-shed",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc