Socket
Socket
Sign inDemoInstall

satella

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satella - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

index.d.ts

@@ -11,2 +11,6 @@ import events from "events"

export class WebSocket {
ping: number
}
interface Events<T> {

@@ -190,2 +194,3 @@ (event: "ready", func: () => void): T;

emojis: Chest<Emoji>
ws: WebSocket
}

@@ -192,0 +197,0 @@ }

2

package.json
{
"name": "satella",
"version": "1.0.5",
"version": "1.0.6",
"description": "Satella - A wrapper for the Discord API made in JS",

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

@@ -39,6 +39,5 @@ const Chest = require("../Utils/Chest")

}
}).then(res => res.json())
.then(res => {console.log(res)})
})
}
}
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