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

shoukaku

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shoukaku - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

.idea/discord.xml

15

dist/package.json
{
"name": "shoukaku",
"version": "3.0.2",
"description": "A lavalink wrapper that supports almost all libraries",
"version": "3.0.3",
"description": "A stable and updated wrapper around Lavalink",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "tsc && npm run build:docs",
"build": "tsc && npm run build:esm && npm run build:docs",
"build:esm": "gen-esm-wrapper dist/index.js dist/index.mjs",
"build:docs": "typedoc --theme default --readme README.md --out docs/ --entryPointStrategy expand src/.",

@@ -45,2 +53,3 @@ "prepare": "tsc"

"eslint": "^8.16.0",
"gen-esm-wrapper": "^1.1.3",
"ts-node": "^10.8.0",

@@ -47,0 +56,0 @@ "typedoc": "^0.22.15",

{
"name": "shoukaku",
"version": "3.0.2",
"description": "A lavalink wrapper that supports almost all libraries",
"version": "3.0.3",
"description": "A stable and updated wrapper around Lavalink",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "tsc && npm run build:docs",
"build": "tsc && npm run build:esm && npm run build:docs",
"build:esm": "gen-esm-wrapper dist/index.js dist/index.mjs",
"build:docs": "typedoc --theme default --readme README.md --out docs/ --entryPointStrategy expand src/.",

@@ -45,2 +53,3 @@ "prepare": "tsc"

"eslint": "^8.16.0",
"gen-esm-wrapper": "^1.1.3",
"ts-node": "^10.8.0",

@@ -47,0 +56,0 @@ "typedoc": "^0.22.15",

@@ -27,2 +27,4 @@ ## Shoukaku

✅ ESM & CommonJS supported
✅ Very cute (Very Important)

@@ -34,2 +36,10 @@

### Installation
* Stable
> npm install shoukaku
* Dev
> npm install https://github.com/Deivu/Shoukaku.git#master
### Documentation

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