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

abl-constants

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-constants - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "abl-constants",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "title": "ABL - constants",

@@ -12,2 +12,14 @@ "use strict";

export const fullNameMinLength = 2;
export const fullNameMaxLength = 64;
export const fullName = "Full Name";
export const companyNameMinLength = 2;
export const companyNameMaxLength = 64;
export const companyName = "Company Name";
export const domainNameMinLength = 2;
export const domainNameMaxLength = 128;
export const domainName = "adventurebucketlist.com";
export const notes = `${"long ".repeat(40)} notes`;

@@ -14,0 +26,0 @@ export const password = "My5up3r5tr0ngP@55w0rd";

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