30 Commits

Author SHA1 Message Date
Dominik Winter
e5fad1df74 release / 1.0.3 1.0.3 2020-03-14 12:33:32 +01:00
Dominik Winter
c8d98bf41d update / minimist to ^1.2.2 2020-03-14 12:32:33 +01:00
Dominik Winter
2bc11bacb9 release / 1.0.2 1.0.2 2020-03-14 12:27:16 +01:00
Dominik Winter
61b463af6c update / acorn to ^6.4.1 2020-03-14 12:25:14 +01:00
Dominik Winter
4f422d4ec1 refactor / Update version 1.0.1 2019-11-07 06:29:42 +01:00
Dominik Winter
d4eae99740 refactor / Upgrade dependencies and fix security issues 2019-11-07 06:24:16 +01:00
Dominik Winter
d393684b30 Merge pull request #5 from sydev/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2019-11-07 06:21:08 +01:00
Dominik Winter
fde873e461 Merge pull request #3 from sydev/dependabot/npm_and_yarn/sshpk-1.16.1
Bump sshpk from 1.10.1 to 1.16.1
2019-11-07 06:20:19 +01:00
Dominik Winter
f9066bd063 Merge pull request #6 from sydev/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
2019-11-07 06:19:56 +01:00
Dominik Winter
1b8c917613 Merge pull request #4 from sydev/dependabot/npm_and_yarn/lodash.merge-4.6.2
Bump lodash.merge from 4.6.1 to 4.6.2
2019-11-07 06:19:36 +01:00
dependabot[bot]
e923c2ec93 Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-07 05:19:21 +00:00
dependabot[bot]
345f093a44 Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-07 05:19:20 +00:00
dependabot[bot]
3b19bda61c Bump lodash.merge from 4.6.1 to 4.6.2
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-07 05:19:17 +00:00
dependabot[bot]
cd6728b337 Bump sshpk from 1.10.1 to 1.16.1
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.10.1 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/commits/v1.16.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-07 05:19:16 +00:00
Dominik Winter
f3838db9a3 Merge pull request #2 from sydev/dependabot/npm_and_yarn/eslint-utils-1.4.3
Bump eslint-utils from 1.3.1 to 1.4.3
2019-11-07 06:18:10 +01:00
dependabot[bot]
1fc5f651c0 Bump eslint-utils from 1.3.1 to 1.4.3
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 18:06:45 +00:00
Dominik Winter
03febdf0d4 release / 1.0.0 2019-06-06 23:10:28 +02:00
Dominik Winter
46cd30d54c Merge pull request #1 from jfrankenau/fix-dropped-first-url
(Fix) dropped first url
2017-09-13 15:04:43 +02:00
Johannes Frankenau
a63048a9df (Fix) dropped first url 2017-09-01 18:36:16 +02:00
Dominik Winter
4c03587cab (Release) 0.1.0 0.1.0 2016-12-05 23:56:02 +01:00
Dominik Winter
7a2b3b5ac0 (Add) is-url and is-file modules 2016-12-05 23:54:31 +01:00
Dominik Winter
0f1fa0f895 (Add) test.txt for non-DLC testing 2016-12-05 23:54:18 +01:00
Dominik Winter
ef19d696fa (Add) many test cases 2016-12-05 23:53:55 +01:00
Dominik Winter
1075039798 (Release) 0.1.0 2016-12-05 23:53:40 +01:00
Dominik Winter
94b9b965d1 (Add) new API-Usage from decrypt-dlc module 2016-12-05 23:53:25 +01:00
Dominik Winter
b16e35dcfa (Add) corrupted files for testing 2016-12-05 23:38:28 +01:00
Dominik Winter
c8ae67b735 (Add) keywords 2016-12-01 15:26:56 +01:00
Dominik Winter
589ef1bf8b (Add) related modules 0.0.1 2016-12-01 15:14:02 +01:00
Dominik Winter
630788d24f (Release) 0.0.1 2016-12-01 15:12:14 +01:00
Dominik Winter
9af1ab2380 (Initial) Commit 2016-12-01 15:03:10 +01:00