New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guildedts/ws

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guildedts/ws - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

LICENSE

0

lib/index.js

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

85

package.json
{
"name": "@guildedts/ws",
"version": "0.4.1",
"description": "The Websocket API manager for Guilded.TS.",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"files": [
"lib",
"typings"
],
"scripts": {
"build": "run clear && tsc",
"clear": "rimraf lib typings",
"prepublishOnly": "run build"
},
"keywords": [
"guilded",
"api",
"js",
"ts",
"types"
],
"contributors": [
"Gamertike (https://gamertike.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/guildedts/guilded.ts.git"
},
"bugs": {
"url": "https://github.com/guildedts/guilded.ts/issues"
},
"homepage": "https://guildedts.js.org",
"license": "Apache-2.0",
"dependencies": {
"@types/ws": "^8.5.3",
"ws": "^8.5.0"
},
"devDependencies": {
"guilded-api-typings": "workspace:^",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
}
}
"name": "@guildedts/ws",
"version": "0.4.2",
"description": "The Websocket API manager for Guilded.TS.",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"files": [
"lib",
"typings"
],
"keywords": [
"guilded",
"api",
"js",
"ts",
"types"
],
"contributors": [
"Gamertike (https://gamertike.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/guildedts/guilded.ts.git"
},
"bugs": {
"url": "https://github.com/guildedts/guilded.ts/issues"
},
"homepage": "https://guildedts.js.org",
"license": "Apache-2.0",
"dependencies": {
"@types/ws": "^8.5.3",
"ws": "^8.8.1"
},
"devDependencies": {
"guilded-api-typings": "^0.8.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
},
"scripts": {
"build": "pnpm clear && tsc",
"clear": "rimraf lib typings"
}
}

@@ -0,0 +0,0 @@ <div align="center">

export { WebsocketManager as default } from './WebsocketManager';
export * from './WebsocketManager';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ /// <reference types="node" />

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