Socket
Socket
Sign inDemoInstall

hadouken-js-adapter

Package Overview
Dependencies
6
Maintainers
19
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.44.1 to 2.52.0

fin.d.ts

29

package.json
{
"name": "hadouken-js-adapter",
"version": "1.44.1",
"version": "2.52.0",
"license": "Apache-2.0",
"repository": "https://github.com/HadoukenIO/js-adapter",
"main": "./out/src/main.js",
"types": "./out/types/src/main.d.ts",
"main": "./src/main.js",
"types": "./src/main.d.ts",
"scripts": {
"test": "grunt test",
"repl": "grunt repl",
"build": "grunt",
"ts": "tsc",
"path": "PATH",
"prepublish": "npm run build",
"doc": "npm run build && jsdoc -c jsdoc-conf.json -t jsdoc-template -u tutorials out/src --verbose",
"core": "grunt core"
"doc": "cd .. && npm run doc && cp -r out/docs js-adapter && cd js-adapter"
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/mocha": "^2.2.38",
"@types/rimraf": "0.0.28",
"@types/sinon": "^1.16.34",
"@types/underscore": "^1.8.8",
"@types/ws": "~0.0.36",
"events": "^3.0.0",
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-shell": "^2.1.0",
"grunt-tslint": "^4.0.1",
"http-server": "^0.11.1",

@@ -35,13 +30,9 @@ "jsdoc": "3.5.5",

"shelljs": "^0.8.2",
"sinon": "~1.17.6",
"ts-loader": "^5.3.1",
"tslint": "^4.5.1",
"tslint-microsoft-contrib": "^4.0.1",
"typescript": "^3.5.1",
"webpack": "^4.26.1"
"sinon": "~1.17.6"
},
"dependencies": {
"@types/node": "^9.4.6",
"ws": "~1.1.1"
"@types/node": "^10.17.19",
"underscore": "^1.8.3",
"ws": "^7.3.0"
}
}

@@ -152,2 +152,6 @@ # Hadouken Node.js adapter [![Build Status](https://build.openf.in:443/buildStatus/icon?job=node-adapter&style=plastic)]()

_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [help@finos.org](mailto:help@finos.org)*
## License

@@ -154,0 +158,0 @@ The code in this repository is distributed under the Apache License, Version 2.0

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc