New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lumo-cljs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lumo-cljs - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

16

CHANGELOG.md
# 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 @@

18

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc