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

create-cljs-app

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-cljs-app - npm Package Compare versions

Comparing version

to
0.4.1

template/gitignore

12

package.json
{
"name": "create-cljs-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "Set up a modern cljs app by running one command.",

@@ -43,3 +43,3 @@ "main": "index.js",

"clj-kondo": "2020.01.13",
"shadow-cljs": "^2.8.83",
"shadow-cljs": "^2.11.4",
"shx": "^0.3.2",

@@ -49,6 +49,6 @@ "zprint-clj": "^0.8.0"

"dependencies": {
"chalk": "^3.0.0",
"ora": "^4.0.3",
"semver": "^7.1.1",
"shelljs": "^0.8.3"
"chalk": "^4.1.0",
"ora": "^5.1.0",
"semver": "^7.3.2",
"shelljs": "^0.8.4"
},

@@ -55,0 +55,0 @@ "files": [

@@ -20,13 +20,13 @@ {

"devDependencies": {
"@testing-library/dom": "^6.11.0",
"@testing-library/react": "^9.4.0",
"@testing-library/dom": "^7.19.0",
"@testing-library/react": "^10.4.3",
"clj-kondo": "2020.01.13",
"highlight.js": "9.18.0",
"jsdom": "^16.0.1",
"highlight.js": "10.1.1",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"marked": "^0.8.0",
"rimraf": "~3.0.0",
"serve-handler": "~6.1.2",
"shadow-cljs": "~2.8.83",
"taiko": "~1.0.3",
"marked": "^1.1.0",
"rimraf": "~3.0.2",
"serve-handler": "~6.1.3",
"shadow-cljs": "~2.10.13",
"taiko": "~1.0.12",
"taiko-diagnostics": "~0.4.0",

@@ -33,0 +33,0 @@ "zprint-clj": "~0.8.0"