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

@dlghq/grpc-web-gateway-signaling

Package Overview
Dependencies
Maintainers
34
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlghq/grpc-web-gateway-signaling - npm Package Compare versions

Comparing version 1.0.0 to 1.12.0

.eslintignore

38

package.json
{
"name": "@dlghq/grpc-web-gateway-signaling",
"version": "1.0.0",
"version": "1.12.0",
"description": "Signaling for grpc web gateway and its clients",
"main": "signaling.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-api": "pbjs -t static-module -o signaling.js ./signaling.proto && pbts -o signaling.d.ts signaling.js"
},
"homepage": "https://github.com/dialogs/grpc-web-gateway#readme",
"repository": {

@@ -14,14 +10,32 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/dialogs/grpc-web-gateway/issues"
},
"author": "meafmira <i@meafmira.me>",
"contributors": [
"Mikhail Nasyrov <mikhail@mnasyrov.com>"
],
"keywords": [
"grpc"
],
"author": "meafmira <i@meafmira.me>",
"bugs": {
"url": "https://github.com/dialogs/grpc-web-gateway/issues"
"sideEffects": false,
"main": "lib/index.js",
"module": "lib/index.module.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"protobufjs": "^6.9.0"
},
"homepage": "https://github.com/dialogs/grpc-web-gateway#readme",
"devDependencies": {
"flow-bin": "0.112.0"
"protobufjs": "6.10.2",
"shx": "0.3.3"
},
"gitHead": "468c553879490bc73fda63846bdaa8c743b50066"
"scripts": {
"generate-api": "shx mkdir -p lib && npm run generate-api:cjs && npm run generate-api:module && npm run generate-api:dts && npm run generate-api:flow",
"generate-api:cjs": "pbjs -t static-module -w commonjs -o lib/index.js src/signaling.proto",
"generate-api:module": "pbjs -t static-module -w es6 -o lib/index.module.js src/signaling.proto",
"generate-api:dts": "pbts -o lib/index.d.ts ./lib/index.module.js && shx cp lib/index.d.ts lib/index.module.d.ts",
"generate-api:flow": "shx cp src/signaling.js.flow lib/index.js.flow && cp src/signaling.js.flow lib/index.module.js.flow",
"test": "echo \"Error: no test specified\" && exit 1"
},
"gitHead": "0c9a98fac08513bdc906ef9d5a4c99be7e4623de"
}
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