xprezzo-send
Advanced tools
Comparing version 1.0.3 to 1.1.0
/*! | ||
* xprezzo-send | ||
* Copyright(c) 2020 Leolio McLeon | ||
* Copyright(c) 2020 Ben Ajenoui <info@seohero.io> | ||
* MIT Licensed | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "xprezzo-send", | ||
"description": "Better streaming static file server with Range and conditional-GET support", | ||
"version": "1.0.3", | ||
"author": "Leolio Mcleon <info@leolio.page>", | ||
"version": "1.1.0", | ||
"author": "Ben Ajenoui <info@seohero.io>", | ||
"license": "MIT", | ||
@@ -22,5 +22,5 @@ "repository": "xprezzo/xpreezo-send", | ||
"range-parser": "~1.2.1", | ||
"xprezzo-debug": "1.0.1", | ||
"xprezzo-http-errors": "1.0.2", | ||
"xprezzo-on-finished": "1.0.0" | ||
"xprezzo-debug": "1.1.0", | ||
"xprezzo-http-errors": "1.1.0", | ||
"xprezzo-on-finished": "1.1.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -11,17 +11,2 @@ # xprezzo-send | ||
## Philosophy of Xprezzo | ||
Problems faced: | ||
* Too many requires which creates problem when project grow | ||
* The dependencies update are slow | ||
* Test cases of difficult to design | ||
How Xprezzo try to tackle those problems: | ||
* Useful internal libraries/packages are exposed | ||
* Merge small libraries into a larger one. | ||
* Provide easy to use test framework | ||
## Installation | ||
@@ -325,5 +310,8 @@ | ||
## People | ||
Xprezzo and related projects are maintained by [Ben Ajenoui](mailto:info@seohero.io) and sponsored by [SEO Hero](https://www.seohero.io). | ||
## License | ||
[MIT](LICENSE) | ||
Sorry, the diff of this file is not supported yet
35203
316
+ Addedxprezzo-debug@1.1.0(transitive)
+ Addedxprezzo-http-errors@1.1.0(transitive)
+ Addedxprezzo-mixin@1.1.0(transitive)
+ Addedxprezzo-on-finished@1.1.0(transitive)
+ Addedxprezzo-setprototypeof@1.1.0(transitive)
- Removedxprezzo-debug@1.0.1(transitive)
- Removedxprezzo-http-errors@1.0.2(transitive)
- Removedxprezzo-mixin@1.0.0(transitive)
- Removedxprezzo-on-finished@1.0.0(transitive)
- Removedxprezzo-setprototypeof@1.0.0(transitive)
Updatedxprezzo-debug@1.1.0
Updatedxprezzo-http-errors@1.1.0
Updatedxprezzo-on-finished@1.1.0