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.8.4 to 1.8.5

4

index.js

@@ -1,2 +0,2 @@

const fs = require('fs').promises;
const fs = require('fs');

@@ -157,3 +157,3 @@ module.exports = {

let data = await fs.readFile(path, 'utf8');
let data = await fs.readFileSync(path, 'utf8');

@@ -160,0 +160,0 @@ // console.log("data ==== ", data)

{
"name": "conversikit",
"version": "1.8.4",
"version": "1.8.5",
"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