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

create-evergreen-app

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-evergreen-app - npm Package Compare versions

Comparing version

to
0.1.1

tasks/cea-install.js

7

package.json
{
"name": "create-evergreen-app",
"version": "0.1.0",
"version": "0.1.1",
"description": "Create an evergreen web application with no build configuration",

@@ -17,2 +17,5 @@ "license": "MIT",

],
"bin": {
"create-evergreen-app": "./tasks/cea-install.js"
},
"scripts": {

@@ -22,3 +25,3 @@ "build": "rimraf ./public && webpack --config ./webpack.config.prod.js --progress",

"gh-pages": "rimraf ./docs && npm run build && cp -rv ./public/ ./docs",
"lint": "eslint *.js src/**/**/*.js",
"lint": "eslint *.js src/**/**/*.js tasks/*.js",
"serve": "npm run build && ws",

@@ -25,0 +28,0 @@ "start": "npm run develop",

@@ -42,3 +42,3 @@ # create-evergreen-app

```shell
# 1) clone the repo
# 1) create a new evergreen app
$ npx create-evergreen-app my-app

@@ -75,2 +75,2 @@ $ cd my-app

#### CSS + Shadow DOM
// TODO
// TODO