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

@intelligo.ai/object-to-schema

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelligo.ai/object-to-schema - npm Package Compare versions

Comparing version 2.2.10 to 2.2.11

8

dist/utils/predefinedTransformations.js

@@ -22,4 +22,4 @@ "use strict";

function titleCaseTransformer(str) {
if (str === undefined || str === null) {
throw new Error("The value is not a string it is ".concat(str));
if (!str) {
return str;
}

@@ -189,4 +189,4 @@ return str.trim()

function companyNameTransformer(str) {
if (str === undefined || str === null) {
throw new Error("The value is not a string it is ".concat(str));
if (!str) {
return str;
}

@@ -193,0 +193,0 @@ var businessStructureAbbreviations = [

{
"name": "@intelligo.ai/object-to-schema",
"version": "2.2.10",
"version": "2.2.11",
"description": "",

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

Sorry, the diff of this file is not supported yet

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