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

custom-cleave

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-cleave - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "custom-cleave",
"version": "1.0.4",
"version": "1.0.5",
"description": "Format for input element",

@@ -5,0 +5,0 @@ "main": "src/custom-cleave.js",

const credit = require("./libs/creditCardFormatter.js");
const date = require("./libs/dateFormatter.js");
const dateFormatter = require("./libs/dateFormatter.js");

@@ -9,3 +9,3 @@ const customCleave = (obj) => {

if (obj.type === "date") {
date(obj.options);
dateFormatter(obj.options);
}

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