word-extractor
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,4 +0,5 @@ | ||
### 0.1.2 / 6th July 2016 | ||
### 0.1.3 / 6th July 2016 | ||
* Added the missing lib folder | ||
* Added the missing `lib` folder | ||
* Added a missing dependency to `package.json` | ||
@@ -8,3 +9,3 @@ ### 0.1.1 / 17th January 2016 | ||
* Fixed a bug with text boundary calculations | ||
* Added endpoints getHeaders, getFootnotes, getAnnotations | ||
* Added endpoints `getHeaders`, `getFootnotes`, `getAnnotations` | ||
@@ -11,0 +12,0 @@ |
{ | ||
"name": "word-extractor", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Node.js package to read Word .DOC files", | ||
@@ -26,3 +26,2 @@ "main": "lib/word.js", | ||
"coffee-script": "^1.8.0", | ||
"event-stream": "^3.3.2", | ||
"gulp": "^3.8.10", | ||
@@ -37,4 +36,5 @@ "gulp-coffee": "^2.2.0", | ||
"bluebird": "^2.6.0", | ||
"event-stream": "^3.3.2", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
739938
8
4
+ Addedevent-stream@^3.3.2
+ Addedduplexer@0.1.2(transitive)
+ Addedevent-stream@3.3.5(transitive)
+ Addedfrom@0.1.7(transitive)
+ Addedmap-stream@0.0.7(transitive)
+ Addedpause-stream@0.0.11(transitive)
+ Addedsplit@1.0.1(transitive)
+ Addedstream-combiner@0.2.2(transitive)
+ Addedthrough@2.3.8(transitive)