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

rsocket-tcp-server

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsocket-tcp-server - npm Package Compare versions

Comparing version 0.1.0-alpha.0ddeeafe to 1.0.0-alpha.1

dist/index.d.ts

38

package.json
{
"name": "rsocket-tcp-server",
"description": "RSocket TCP server",
"version": "0.1.0-alpha.0ddeeafe",
"repository": {
"type": "git",
"url": "https://github.com/rsocket/rsocket-js.git"
"version": "1.0.0-alpha.1",
"license": "Apache-2.0",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "jest"
},
"dependencies": {
"fbjs": "^0.8.12",
"rsocket-core": "^0.1.0-alpha.0ddeeafe",
"rsocket-flowable": "^0.1.0-alpha.0ddeeafe",
"rsocket-tcp-client": "^0.1.0-alpha.0ddeeafe",
"rsocket-types": "^0.1.0-alpha.0ddeeafe"
}
"rsocket-core": "^1.0.0-alpha.1"
},
"devDependencies": {
"rimraf": "~3.0.2",
"typescript": "~4.5.2"
},
"gitHead": "b94144d708845c6282d5dd3351b214784a6da5da"
}
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