Comparing version 1.9.0 to 1.10.0
# Changelog | ||
## [master](https://github.com/anmonteiro/lumo/compare/1.9.0...HEAD) (unreleased) | ||
## [master](https://github.com/anmonteiro/lumo/compare/1.10.0...HEAD) (unreleased) | ||
## [1.10.0](https://github.com/anmonteiro/lumo/compare/1.9.0...1.10.0) (2019-04-09) | ||
### Changes | ||
- Upgrade Node.js to version 11.13.0. | ||
- Upgrade ClojureScript to version 1.10.520. | ||
### Bug fixes | ||
- Fix `fs/readdir{Sync}` not listing the correct files for `.` and `..` | ||
arguments ([#463](https://github.com/anmonteiro/lumo/issues/463)) | ||
- Fix `fs/readFile` not accepting file descriptor arguments | ||
([#462](https://github.com/anmonteiro/lumo/issues/462)) | ||
## [1.9.0](https://github.com/anmonteiro/lumo/compare/1.9.0-alpha...1.9.0) (2018-11-08) | ||
@@ -6,0 +20,0 @@ |
{ | ||
"name": "lumo-cljs", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Fast, cross-platform, standalone ClojureScript REPL", | ||
@@ -34,3 +34,3 @@ "author": "António Nuno Monteiro <anmonteiro@gmail.com> (https://anmonteiro.com)", | ||
"dev": "node target/bundle.js -k lumo-cache -c target", | ||
"test-dev": "node target/bundle.js -k test-lumo-cache -c target:src/test/cljs:src/test/lumo:src/test/cljs_cp -D org.clojure/test.check:0.10.0-alpha3", | ||
"test-dev": "node target/bundle.js -k test-lumo-cache -c target:src/test/cljs:src/test/lumo:src/test/cljs_cp -D org.clojure/test.check:0.10.0-alpha4", | ||
"build-download": "webpack --context download --config download/webpack.config.js", | ||
@@ -70,3 +70,3 @@ "prepublishOnly": "yarn build-download && cp /dev/null download/dist/lumo", | ||
"jszip": "github:anmonteiro/jszip#patch-1", | ||
"nexe": "next", | ||
"nexe": "github:anmonteiro/nexe#anmonteiro/fs", | ||
"node-fetch": "^2.2.1", | ||
@@ -78,8 +78,8 @@ "paredit.js": "0.3.4", | ||
"read-pkg": "^4.0.1", | ||
"rollup": "0.67.0", | ||
"rollup-plugin-babel": "4.0.3", | ||
"rollup-plugin-babel-minify": "6.1.1", | ||
"rollup-plugin-commonjs": "9.2.0", | ||
"rollup-plugin-node-resolve": "3.4.0", | ||
"rollup-plugin-replace": "2.1.0", | ||
"rollup": "1.9.0", | ||
"rollup-plugin-babel": "4.3.2", | ||
"rollup-plugin-babel-minify": "8.0.0", | ||
"rollup-plugin-commonjs": "9.3.4", | ||
"rollup-plugin-node-resolve": "4.2.1", | ||
"rollup-plugin-replace": "2.1.1", | ||
"webpack": "^4.25.1", | ||
@@ -86,0 +86,0 @@ "webpack-cli": "^3.1.2", |
@@ -43,2 +43,10 @@ <img src="./logo/full.png" alt="lumo logo" title="lumo" align="right" width="150" height="150" /> | ||
### Via [NPX](https://blog.npmjs.org/post/162869356040/introducing-npx-an-npm-package-runner) | ||
npm is a package runner that comes with node6+. You can try lumo "without install" with: | ||
```shell | ||
npx -p lumo-cljs lumo | ||
``` | ||
### Via [NPM](https://www.npmjs.com/package/lumo-cljs) | ||
@@ -45,0 +53,0 @@ |
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
170369
395
211
4
1