Comparing version 2.13.5 to 3.0.0
# History | ||
## v3.0.0 2018 January 25 | ||
- Minimum node version is now version 4 due to the nested dependencies [hoek](https://www.npmjs.com/package/hoek) and [hawk](https://www.npmjs.com/package/hawk) publishing code that does not work with earlier node verisons - if only they used [editions](https://github.com/bevry/editions) | ||
- Updated base files | ||
- Updated dependencies | ||
## v2.13.5 2017 February 28 | ||
@@ -4,0 +9,0 @@ - Internal: swapped a `forof` loop for `forin` loop, for better compat with old environments |
{ | ||
"title": "Feedr", | ||
"name": "feedr", | ||
"version": "2.13.5", | ||
"version": "3.0.0", | ||
"description": "Use feedr to fetch the data from a remote url, respect its caching, and parse its data. Despite its name, it's not just for feed data but also for all data that you can feed into it (including binary data).", | ||
@@ -68,3 +68,3 @@ "homepage": "https://github.com/bevry/feedr", | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">=4" | ||
}, | ||
@@ -101,25 +101,4 @@ "editions": [ | ||
"main": "index.js", | ||
"scripts": { | ||
"our:setup": "npm install", | ||
"our:clean": "rm -Rf ./docs ./es2015", | ||
"our:compile": "npm run our:compile:es2015", | ||
"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015", | ||
"our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:docs": "echo 'no docs'", | ||
"our:meta:projectz": "projectz compile", | ||
"our:verify": "npm run our:verify:eslint && npm run our:verify:flow", | ||
"our:verify:eslint": "eslint --fix ./source", | ||
"our:verify:flow": "echo 'no flow'", | ||
"our:test": "npm run our:verify && npm test", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push", | ||
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta", | ||
"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty", | ||
"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:release:check:dirty": "git diff --exit-code", | ||
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"", | ||
"our:release:push": "git push origin master && git push origin --tags", | ||
"test": "node --harmony ./test.js --joe-reporter=console" | ||
}, | ||
"dependencies": { | ||
"cson": "^4.0.0", | ||
"cson": "^5.1.0", | ||
"eachr": "^3.2.0", | ||
@@ -132,3 +111,3 @@ "editions": "^1.3.3", | ||
"safefs": "^4.1.0", | ||
"safeps": "^6.3.0", | ||
"safeps": "^7.0.1", | ||
"taskgroup": "^5.0.1", | ||
@@ -140,9 +119,29 @@ "typechecker": "^4.4.1", | ||
"assert-helpers": "^4.5.0", | ||
"babel-cli": "^6.23.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"eslint": "^3.16.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"eslint": "^4.16.0", | ||
"joe": "^2.0.2", | ||
"joe-reporter-console": "^2.0.1", | ||
"projectz": "^1.3.2" | ||
"projectz": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"our:setup": "npm run our:setup:npm", | ||
"our:setup:npm": "npm install", | ||
"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out", | ||
"our:compile": "npm run our:compile:es2015", | ||
"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015", | ||
"our:meta": "npm run our:meta:projectz", | ||
"our:meta:projectz": "projectz compile", | ||
"our:verify": "npm run our:verify:eslint", | ||
"our:verify:eslint": "eslint --fix ./source", | ||
"our:test": "npm run our:verify && npm test", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push", | ||
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta", | ||
"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty", | ||
"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:release:check:dirty": "git diff --exit-code", | ||
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"", | ||
"our:release:push": "git push origin master && git push origin --tags", | ||
"test": "node --harmony ./test.js --joe-reporter=console" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
64882
19
1
+ Addedcson@5.1.0(transitive)
- Removedcson@4.1.0(transitive)
- Removedsafeps@6.4.0(transitive)
Updatedcson@^5.1.0
Updatedsafeps@^7.0.1