179 Commits

Author SHA1 Message Date
Joe d40410e84e Merge pull request #8 from moloch--/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-26 10:37:03 -05:00
dependabot[bot] e7b9a435bb Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 15:36:19 +00:00
moloch-- ac15a5aba1 Outline beacon interactions 2022-02-17 15:02:01 -06:00
moloch-- 40d808e740 Sorting out module nonsense, nodejs is utter trash 2022-02-13 18:37:33 -06:00
moloch-- daa727dcb8 v1.2.2 2022-02-13 18:19:00 -06:00
moloch-- a899bbccde v1.2.1 2022-02-13 18:07:37 -06:00
moloch-- 95f272a5c7 Ported the rest of the existing client methods 2022-02-13 18:07:06 -06:00
moloch-- e9ea19b87b v1.2.0 2022-02-13 17:30:26 -06:00
moloch-- 4cefaa0426 Ported shell 2022-02-13 17:26:38 -06:00
moloch-- 4e32c19e39 Ported more commands to base class 2022-02-13 17:23:34 -06:00
moloch-- 87bffc3ed2 Refactored into base cmds class 2022-02-13 17:03:58 -06:00
moloch-- fd08492ecc Attempting to update to pure ts 2022-02-13 16:45:02 -06:00
moloch-- 40743197dc insert code to fix _pb.js broken namespaces 2022-02-13 14:43:22 -06:00
moloch-- a9c6d9b10f tsc targets es5 2022-02-13 13:16:58 -06:00
moloch-- eaa6104d8d Added npm publish action 2022-02-13 13:03:47 -06:00
moloch-- d2b603a36c Added npm publish action 2022-02-13 13:02:50 -06:00
moloch-- c27be0f440 Added npm publish action 2022-02-13 13:01:54 -06:00
moloch-- b3499044aa v1.1.0 2022-02-13 12:51:24 -06:00
moloch-- f59f3cd35c Update deps 2022-02-13 12:49:56 -06:00
moloch-- ee6bc43e64 addes sessions test 2022-02-13 12:23:34 -06:00
moloch-- d7a305ddb3 sliver submodule v1.5.5 2022-02-13 12:12:25 -06:00
moloch-- 277c887375 sliver submodule v1.5.5 2022-02-13 12:12:25 -06:00
Joe 3352a9bc00 Update README.md 2022-02-08 19:19:21 -06:00
Joe 3990f64018 Merge pull request #6 from moloch--/dependabot/npm_and_yarn/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5
2022-01-29 10:41:24 -06:00
Joe f10506c0fc Merge pull request #7 from moloch--/dependabot/npm_and_yarn/examples/shell/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /examples/shell
2022-01-29 10:41:15 -06:00
moloch-- 165084b02a unit tests pass 2022-01-29 10:40:24 -06:00
moloch-- 13a524ed9e npm audit fix 2022-01-29 10:06:58 -06:00
dependabot[bot] aaeaf23b12 Bump node-fetch from 2.6.1 to 2.6.7 in /examples/shell
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-29 16:06:48 +00:00
dependabot[bot] 178a4c743f Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-29 16:06:46 +00:00
moloch-- 2b5188f740 generated new package-lock.json 2022-01-29 10:06:18 -06:00
moloch-- 139aa60d80 generated proto with sliver v1.5 2022-01-29 10:05:59 -06:00
moloch-- b20628151b proto generates again 2022-01-29 10:05:57 -06:00
moloch-- 2b09329a1d v1.0.38 2022-01-29 10:05:23 -06:00
Joe bb5457f519 Merge pull request #5 from moloch--/dependabot/npm_and_yarn/marked-4.0.10
Bump marked from 2.0.3 to 4.0.10
2022-01-14 23:12:03 -06:00
dependabot[bot] e6dbfec41b Bump marked from 2.0.3 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.3...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 03:19:29 +00:00
moloch-- 2e26e251a2 Added rpc compiler info 2021-07-09 08:15:50 -05:00
moloch-- 8980500d5a Update pkg lock 2021-07-04 10:47:23 -05:00
moloch-- aca10ff2c8 Split protobuf gen out of npm build 2021-07-04 10:45:51 -05:00
moloch-- f7ee24f053 updated docs 2021-07-04 10:42:12 -05:00
moloch-- cf08424a09 Updated sliver submodule, commit pb, added loot and wg listener 2021-07-04 10:39:56 -05:00
moloch-- 0831407247 Updated submodule 2021-06-28 14:17:37 -05:00
moloch-- 5d6d9fce5c Updated deps 2021-05-11 09:57:15 -05:00
moloch-- bfaa7f683d v1.0.37 2021-05-03 08:41:23 -05:00
moloch-- dc9963c806 Updated protobuf/sliver submodule 2021-05-03 08:41:09 -05:00
moloch-- 197c0142d4 Update submodule 2021-04-15 07:16:58 -05:00
moloch-- 6d831d2bc3 Update submodule 2021-04-14 19:44:42 -05:00
moloch-- 4dd2fed389 Updated readme 2021-03-06 16:51:47 -06:00
moloch-- 312633aa53 Added connection test 2021-03-06 16:45:12 -06:00
moloch-- b88fc3cd60 Update sliver submodule 2021-03-06 16:43:17 -06:00
moloch-- 386e5ba1d2 Updated deps, removed engine limit 2021-03-06 16:42:43 -06:00