Socket
Socket
Sign inDemoInstall

v12-to-v13

Package Overview
Dependencies
21
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    v12-to-v13

Welcome to v12-to-v13 👋 <img alt="Documentation"


Version published
Maintainers
1
Created

Readme

Source

Welcome to v12-to-v13 👋

Version Documentation License: ISC

convert discord.js v12 codes to v13

Install

npm install v12-to-v13

cli help page

v12-to-v13 --help

api

const { converter } = require('v12-to-v13').default;

// v12_code param is required
// with_Pretty is optional default is false
// prettier_Options is optional check:
// https://prettier.io/docs/en/api.html

converter(v12_Code, with_Pretty, prettier_Options);

// returns: object of three keys:
// key1: prettied: boolean
// key2: code: string
// key3: convertTime: number (time in ms)

// NOTE: prettied key can be false in some times if the result code have an error

Authors

👤 ali dev

  • Github: @alighamdan

👤 Pudochu

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

FAQs

Last updated on 14 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc