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

rsocket-core

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsocket-core - npm Package Compare versions

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

dist/ClientServerMultiplexerDemultiplexer.d.ts

34

package.json
{
"name": "rsocket-core",
"description": "RSocket core",
"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"
],
"publishConfig": {
"access": "public"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"fbjs": "^0.8.12",
"rsocket-flowable": "^0.1.0-alpha.0ddeeafe",
"rsocket-types": "^0.1.0-alpha.0ddeeafe"
}
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "yarn jest"
},
"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