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

conversikit

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conversikit - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

2

index.js

@@ -21,3 +21,3 @@

//check the type of the value
if (typeof value != "string") {
if (typeof value != "string" || !value || value === '') {
return value;

@@ -24,0 +24,0 @@ }

{
"name": "conversikit",
"version": "1.6.0",
"version": "1.7.0",
"description": "convert anything",

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

@@ -22,2 +22,3 @@ # conversikit

}
d();

@@ -24,0 +25,0 @@ </code>

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