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

fundamental-constants

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fundamental-constants - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

Distributable/cjs/EmailAddress/EMAIL_ADDRESS_VALID_PATTERN.js

4

Distributable/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS = exports.CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING = exports.CHARACTERS_COUNT_IN_FULL_ISO8601_STRING = exports.SECONDS_PER_MINUTE = exports.MINUTES_PER_HOUR = exports.MAXIMAL_DAYS_IN_MONTH = exports.HOURS_PER_STELLAR_DAY = exports.NETWORK_PORT_MINIMAL_VALUE = exports.NETWORK_PORT_MAXIMAL_VALUE = void 0;
exports.MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS = exports.EMAIL_ADDRESS_VALID_PATTERN = exports.CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING = exports.CHARACTERS_COUNT_IN_FULL_ISO8601_STRING = exports.SECONDS_PER_MINUTE = exports.MINUTES_PER_HOUR = exports.MAXIMAL_DAYS_IN_MONTH = exports.HOURS_PER_STELLAR_DAY = exports.NETWORK_PORT_MINIMAL_VALUE = exports.NETWORK_PORT_MAXIMAL_VALUE = void 0;
var NETWORK_PORT_MAXIMAL_VALUE_1 = require("./ComputerNetworking/NETWORK_PORT_MAXIMAL_VALUE");

@@ -20,3 +20,5 @@ Object.defineProperty(exports, "NETWORK_PORT_MAXIMAL_VALUE", { enumerable: true, get: function () { return NETWORK_PORT_MAXIMAL_VALUE_1.NETWORK_PORT_MAXIMAL_VALUE; } });

Object.defineProperty(exports, "CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING", { enumerable: true, get: function () { return CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING_1.CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING; } });
var EMAIL_ADDRESS_VALID_PATTERN_1 = require("./EmailAddress/EMAIL_ADDRESS_VALID_PATTERN");
Object.defineProperty(exports, "EMAIL_ADDRESS_VALID_PATTERN", { enumerable: true, get: function () { return EMAIL_ADDRESS_VALID_PATTERN_1.EMAIL_ADDRESS_VALID_PATTERN; } });
var MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS_1 = require("./EmailAddress/MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS");
Object.defineProperty(exports, "MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS", { enumerable: true, get: function () { return MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS_1.MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS; } });

@@ -9,2 +9,3 @@ export { NETWORK_PORT_MAXIMAL_VALUE } from "./ComputerNetworking/NETWORK_PORT_MAXIMAL_VALUE";

export { CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING } from "./DateTime/ISO8601/CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING";
export { EMAIL_ADDRESS_VALID_PATTERN } from "./EmailAddress/EMAIL_ADDRESS_VALID_PATTERN";
export { MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS } from "./EmailAddress/MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS";

@@ -9,2 +9,3 @@ export { NETWORK_PORT_MAXIMAL_VALUE } from "./ComputerNetworking/NETWORK_PORT_MAXIMAL_VALUE";

export { CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING } from "./DateTime/ISO8601/CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING";
export { EMAIL_ADDRESS_VALID_PATTERN } from "./EmailAddress/EMAIL_ADDRESS_VALID_PATTERN";
export { MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS } from "./EmailAddress/MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS";
{
"name": "fundamental-constants",
"version": "0.0.3",
"version": "0.0.4",
"description": "Fundamental constants and enumerations",

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

@@ -47,4 +47,5 @@ ## Fundamentals

| Constant name | Value |
|---------------------------------------------|-------|
| `MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS` | 3 |
| Constant name | Value |
|---------------------------------------------|--------------------------------------------------------|
| `EMAIL_ADDRESS_VALID_PATTERN` | `/^\w+(?:[.-]?\w+)*@\w+(?:[.-]?\w+)*(?:\.\w{2,3})+$/u` |
| `MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS` | 3 |
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