Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elm-spa

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-spa - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

cli/.gitignore

43

package.json
{
"name": "elm-spa",
"version": "0.1.0",
"description": "",
"main": "index.js",
"version": "1.0.0",
"description": "a package for building single-page applications!",
"main": "cli/src/index.js",
"bin": "./cli/src/index.js",
"scripts": {
"build": "npm run sass-compile && npm run copy-assets && elm-make src/Main.elm --yes --output=build/app.js",
"copy-assets": "rimraf build && mkdir build && cp -r public/* build",
"debug": "elm-live src/Main.elm --warn --port=3000 --dir=public/ --output=public/app.js --debug",
"deploy": "npm run build && npm run optimize && gh-pages --dist build/",
"install": "elm package install -y",
"live": "elm-live src/Main.elm --warn --port=3000 --dir=public/ --output=public/app.js",
"optimize": "uglifyjs build/app.js -c -m -o build/app.js",
"sass-compile": "node-sass-chokidar style/ -o public --output-style compressed --include-path node_modules/",
"sass-watch": "node-sass-chokidar style/ -o public --output-style compressed --include-path node_modules/ -w",
"start": "npm run sass-compile && concurrently --kill-others \"npm run sass-watch\" \"npm run live\"",
"test": "elm-test"
"start": "npm install && npm run dev",
"build": "npm link && (cd cli && npm run build)",
"dev": "npm run build && npm run example",
"docs": "elm-doc-preview",
"build:example": "npm run build && (cd examples/docs && npm install && npm run build)",
"example": "npm run examples:complex",
"examples:docs": "(cd examples/docs && npm install && npm run dev)",
"examples:complex": "(cd examples/complex && npm install && npm run dev)"
},
"author": "Allo-Media",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"concurrently": "^3.5.0",
"elm": "^0.18.0",
"elm-format": "^0.6.1-alpha",
"elm-live": "^2.7.5",
"elm-test": "^0.18.12",
"gh-pages": "^1.1.0",
"node-sass-chokidar": "0.0.3",
"rimraf": "^2.6.1",
"uglify-js": "^3.1.6"
}
"elm": "0.19.1-3",
"elm-doc-preview": "3.0.4"
},
"keywords": []
}
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