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

@helpdotcom/is

Package Overview
Dependencies
Maintainers
15
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helpdotcom/is - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2017-04-17, Version 2.1.3 (Stable)
* [[a6f7d2b895](https://git.help.com/common-backend/is/commit/a6f7d2b895)] - index: allow name part to be blank in isEmailAllowName() (Evan Lucas)
# 2017-03-29, Version 2.1.2 (Stable)

@@ -2,0 +6,0 @@

2

index.js

@@ -7,3 +7,3 @@ 'use strict'

'^[a-z \\d!#\\$%&\'\\*\\+\\-\\/=\\?\\^_"`{\\|\\,\\(\\)'
+ '}~\\.\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]+'
+ '}~\\.\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]*'
+ '<(.+)>$', 'i'

@@ -10,0 +10,0 @@ )

{
"name": "@helpdotcom/is",
"version": "2.1.2",
"version": "2.1.3",
"description": "isDate, isUUID, and isEmail for use with help-gen",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -57,2 +57,4 @@ 'use strict'

t.equal(is('Jane Doe (maiden name) <jane@doe.com>'), true)
t.equal(is(' <esatterwhite@wi.rr.com>'), true)
t.equal(is('<esatterwhite@wi.rr.com>'), true)
t.end()

@@ -59,0 +61,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