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

@intelligo.ai/object-to-schema

Package Overview
Dependencies
Maintainers
0
Versions
68
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.3.8 to 2.3.9

dist/__tests__/data.json

2

dist/utils/predefinedTransformations.js

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

if (String(cleanedInput).length === 4) {
return new Date(Number(clearDate), 0, 1);
return new Date(Number(cleanedInput), 0, 1);
}

@@ -315,0 +315,0 @@ if (/^\d{2}\.\d{2}\.\d{4}$/.test(clearDate)) {

@@ -0,0 +0,0 @@ module.exports = {

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

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

@@ -0,0 +0,0 @@ # object-to-schema-mapper

Sorry, the diff of this file is not supported yet

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