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

idea-toolbox

Package Overview
Dependencies
Maintainers
2
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-toolbox - npm Package Compare versions

Comparing version 6.6.2 to 6.6.3

2

dist/src/address.model.js

@@ -31,3 +31,3 @@ "use strict";

e.push('city');
if (!(this.country in countries_enum_1.Countries))
if (!Object.values(countries_enum_1.Countries).includes(this.country))
e.push('country');

@@ -34,0 +34,0 @@ if (this.phone && this.iE(this.phone, 'phone'))

{
"name": "idea-toolbox",
"version": "6.6.2",
"version": "6.6.3",
"description": "IDEA's utility functions",

@@ -5,0 +5,0 @@ "main": "dist/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