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

bridge

Package Overview
Dependencies
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0-alpha1

android/build.gradle

68

package.json
{
"author": "",
"name": "bridge",
"description": "Bridge for JS",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/Flotype/mqb-prototype.git"
"version": "1.0.0-alpha1",
"license": "APACHE-2.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"scripts": {
"precommit": "lint-staged",
"lint": "eslint ./src ./server ",
"lint-fix": "eslint --fix ./src ./server",
"postinstall": "opencollective postinstall || exit 0"
},
"main": "lib/bridge.js",
"engines": {
"node": "~0.6.1"
"optionalDependencies": {
"detox": "^7.2.0",
"mocha": "^4.0.0"
},
"peerDependencies": {
"detox": "^7.2.0",
"mocha": "^4.0.0"
},
"dependencies": {
"ws": "^5.1.0",
"chalk": "^2.3.2",
"source-map": "^0.7.2",
"error-stack-parser": "^2.0.1",
"istanbul-lib-coverage": "^1.2.0"
},
"rnpm": {
"android": {
"buildPatch": "compile project(':bridge')",
"packageImportPath": "import io.invertase.bridge.RNBridgePackage;",
"packageInstance": "new RNBridgePackage()"
}
},
"devDependencies": {
"uglify-js": "*"
"eslint": "^4.18.2",
"prettier": "^1.11.1",
"lint-staged": "^7.0.0",
"babel-eslint": "^8.2.2",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-import": "^2.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.1"
},
"lint-staged": {
"src/{components|helpers|pages}/**/*.js": [
"eslint --fix",
"git add"
],
"server/**/*.js": [
"eslint --fix",
"git add"
],
"*.{json,md,scss}": [
"prettier --write",
"git add"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-firebase"
}
}

34

README.md

@@ -1,33 +0,3 @@

#Flotype Bridge for Javascript
Flotype Bridge is a unified messaging system that allows you to easily build cross-language services to share data and realtime updates among your servers and your clients
# Bridge
##Node.js Installation
Quick install: Using the [Node Package Manager](http://npmjs.org).
npm install bridge
Source install: Clone this repository using `git clone git@bitbucket.org:flotype/bridge-js.git` and install using the npm installer, `npm install bridge-js/`
##Browser Use
Flotype Bridge for Javascript can be used in the browser. The javascript is hosted on Flotype servers, but can be served from your own server or CDN of your choice.
http://flotype.com/js/bridge.min.js
To use Bridge in the browser, simply add a script tag in your html. `<script type="text/javascript" src=" http://flotype.com/js/bridge.min.js
"></script>`
###Dependencies
This library has no external dependencies.
##Documentation and Support
* API Reference: http://flotype.com/docs/api/js/
* Getting Started: http://www.flotype.com/docs/gettingstarted/js/
* About Flotype and Flotype Bridge: http://www.flotype.com/
The `examples` directory of this library contains sample applications for Flotype Bridge.
Support is available in #flotype on Freenode IRC or the Flotype Bridge Google Group.
##License
Flotype Bridge is made available under the MIT/X11 license. See LICENSE file for details.
TODO
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