New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/schema-name-validator

Package Overview
Dependencies
Maintainers
5
Versions
778
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/schema-name-validator - npm Package Compare versions

Comparing version 3.8.0 to 3.8.1

19

dist/neutral/index.d.ts

@@ -1,2 +0,17 @@

export * from './SchemaNameValidator.ts';
//# sourceMappingURL=index.d.ts.map
declare class SchemaNameValidator {
schema?: string;
private _parts?;
private _rootDomain?;
constructor(schema?: string);
get isLowercase(): boolean;
get levels(): number | undefined;
get parts(): string[] | undefined;
get rootDomain(): string | undefined;
all(): Error[];
allDynamic(): Promise<Error[]>;
domainExistenceDepth(): Promise<number>;
rootDomainExists(): Promise<boolean>;
private domainLevel;
}
export { SchemaNameValidator };

8

package.json
{
"name": "@xyo-network/schema-name-validator",
"version": "3.8.0",
"version": "3.8.1",
"description": "Primary SDK for using XYO Protocol 2.0",

@@ -32,7 +32,7 @@ "homepage": "https://xyo.network",

"dependencies": {
"@xyo-network/dns": "^3.8.0"
"@xyo-network/dns": "^3.8.1"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.2.6",
"@xylabs/tsconfig": "^4.2.6",
"@xylabs/ts-scripts-yarn3": "^5.0.22",
"@xylabs/tsconfig": "^5.0.22",
"typescript": "^5.7.3"

@@ -39,0 +39,0 @@ },

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