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.4.0 to 1.5.0

22

index.js

@@ -1,4 +0,22 @@

const converter = require('./converter/characterConverter');
module.exports = {
convertUpperCase: async (value) => {
console.log('************ Hello, World! ************');
console.log('* *');
console.log('************ Welcome to My NPM Package ************');
if(typeof value != "string"){
return "";
}
return value.toUpperCase();
},
convertLowerCase: async (value) => {
console.log('************ Hello, World! ************');
console.log('* *');
console.log('************ Welcome to My NPM Package ************');
module.exports={converter};
if(typeof value != "string"){
return "";
}
return value.toLowerCase();
}
}

2

package.json
{
"name": "conversikit",
"version": "1.4.0",
"version": "1.5.0",
"description": "convert anything",

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