Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
da-trader-net-rx
Advanced tools
[![Build Status](https://travis-ci.org/data-avail/da-trader-net-rx.svg?branch=master)](https://travis-ci.org/data-avail/da-trader-net-rx)
Layer above trader-net api Exposes Rx streams.
Contains typeScript defintion files.
Problem - currently there is no adopted solution to build type-script definition file for node module. See it here :
Current solution Customized build proccess
///<reference ...
tags from output///<reference ...
tags and import
from outputindex.tmpl.d.ts
filedeclare export ...
to export ...
Set up uri for test db
.npmrc
set SOME_URI=xxx
, higest prioritypackage.json
field config.SOME_URI
Run test
Test must be run on empty trader-net account (no pervious trades)
npm test
If wanna use with travis
don't forgate to add service to services
in
.travis.yml
file.
Project contians tasks
file for Visual Studio Code
build:module
, same as npm run-task build
mocha
, same as npm test
, same as gulp test
gulp
For some reason VS Code take quite a time to start build,
usually watch rebuild proccess via gulp
work much faster.
This way use gulp
in console and then run test task manually,
when neccessary.
Generate typedoc ./src/**.ts ./src/**/**.ts
To publish docs on github
git checkout --orphan gh-pages
git add --all .
git commit -am "first commit"
git push origin gh-pages
FAQs
[![Build Status](https://travis-ci.org/data-avail/da-trader-net-rx.svg?branch=master)](https://travis-ci.org/data-avail/da-trader-net-rx)
We found that da-trader-net-rx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.