Comparing version 0.1.0 to 1.0.0
{ | ||
"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": [] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 30 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
1
19
0
1
541534
156
11287
2
2