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

satpam

Package Overview
Dependencies
Maintainers
5
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satpam - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.npmignore

2

lib/validators/email.js

@@ -43,3 +43,3 @@ 'use strict';

}
if (!_fqdn2.default.validate(domain)) {
if (!domain || !_fqdn2.default.validate(domain)) {
return false;

@@ -46,0 +46,0 @@ }

{
"name": "satpam",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple and Effective Object Validator",

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

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