Comparing version 1.2.0 to 2.0.0
@@ -7,2 +7,6 @@ # hstream change log | ||
## 2.0.0 | ||
* Update dependencies. hstream now requires Node.js 8 or up. | ||
## 1.2.0 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "hstream", | ||
"description": "streaming html templates", | ||
"version": "1.2.0", | ||
"author": "Renée Kooi <renee@kooi.me>", | ||
"bugs": { | ||
"url": "https://github.com/stackhtml/hstream/issues" | ||
}, | ||
"dependencies": { | ||
"css-what": "^2.1.0", | ||
"htmlparser2": "^3.9.2", | ||
"through2": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"dedent": "^0.7.0", | ||
"hyperstream": "^1.2.2", | ||
"nanobench": "^2.1.0", | ||
"rimraf": "^2.6.2", | ||
"simple-concat": "^1.0.0", | ||
"standard": "^10.0.3", | ||
"tape": "^4.8.0" | ||
}, | ||
"homepage": "https://github.com/stackhtml/hstream", | ||
"keywords": [ | ||
"html", | ||
"stream", | ||
"template" | ||
], | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/stackhtml/hstream.git" | ||
}, | ||
"scripts": { | ||
"bench": "node bench/hstream.js", | ||
"compare": "node bench/hyperstream.js > bench/hyperstream.txt && node bench/hstream.js > bench/hstream.txt && nanobench-compare bench/*.txt; rimraf bench/*.txt", | ||
"test": "standard && node test/index.js" | ||
} | ||
"name": "hstream", | ||
"description": "streaming html templates", | ||
"version": "2.0.0", | ||
"author": "Renée Kooi <renee@kooi.me>", | ||
"bugs": { | ||
"url": "https://github.com/stackhtml/hstream/issues" | ||
}, | ||
"dependencies": { | ||
"css-what": "^3.2.1", | ||
"htmlparser2": "^4.0.0", | ||
"through2": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"dedent": "^0.7.0", | ||
"hyperstream": "^1.2.2", | ||
"nanobench": "^2.1.1", | ||
"rimraf": "^3.0.0", | ||
"simple-concat": "^1.0.0", | ||
"standard": "^14.0.0", | ||
"tape": "^4.13.0" | ||
}, | ||
"engines": { | ||
"node": ">= 8" | ||
}, | ||
"homepage": "https://github.com/stackhtml/hstream", | ||
"keywords": [ | ||
"html", | ||
"stream", | ||
"template" | ||
], | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/stackhtml/hstream.git" | ||
}, | ||
"scripts": { | ||
"bench": "node bench/hstream.js", | ||
"compare": "node bench/hyperstream.js > bench/hyperstream.txt && node bench/hstream.js > bench/hstream.txt && nanobench-compare bench/*.txt; rimraf bench/*.txt", | ||
"test": "standard && node test/index.js" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
var csswhat = require('css-what') | ||
var csswhat = require('css-what').parse | ||
@@ -3,0 +3,0 @@ module.exports = createMatcher |
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
608430
+ Addedcss-what@3.4.2(transitive)
+ Addeddom-serializer@1.4.1(transitive)
+ Addeddomhandler@3.3.04.3.1(transitive)
+ Addeddomutils@2.8.0(transitive)
+ Addedhtmlparser2@4.1.0(transitive)
+ Addedthrough2@3.0.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedcss-what@2.1.3(transitive)
- Removeddom-serializer@0.2.2(transitive)
- Removeddomelementtype@1.3.1(transitive)
- Removeddomhandler@2.4.2(transitive)
- Removeddomutils@1.7.0(transitive)
- Removedentities@1.1.2(transitive)
- Removedhtmlparser2@3.10.1(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedthrough2@2.0.5(transitive)
- Removedxtend@4.0.2(transitive)
Updatedcss-what@^3.2.1
Updatedhtmlparser2@^4.0.0
Updatedthrough2@^3.0.1