Comparing version 0.0.1 to 1.4.0
{ | ||
"name": "livescript", | ||
"version": "0.0.1", | ||
"version": "1.4.0", | ||
"description": "LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.", | ||
"keywords": [ | ||
"language", | ||
"compiler", | ||
"coffeescript", | ||
"coco", | ||
"javascript", | ||
"functional" | ||
], | ||
"author": "George Zahariev <z@georgezahariev.com>", | ||
"dependencies":{} | ||
"homepage": "http://livescript.net", | ||
"bugs": "https://github.com/gkz/LiveScript/issues", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.githubusercontent.com/gkz/LiveScript/master/LICENSE" | ||
} | ||
], | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"directories": { | ||
"lib": "./lib", | ||
"bin": "./bin" | ||
}, | ||
"files": [ | ||
"lib", | ||
"bin", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"main": "./lib/", | ||
"bin": { | ||
"lsc": "./bin/lsc" | ||
}, | ||
"scripts": { | ||
"pretest": "make force && make force", | ||
"test": "make test", | ||
"test-harmony": "make test-harmony", | ||
"posttest": "git checkout -- lib" | ||
}, | ||
"preferGlobal": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/gkz/LiveScript.git" | ||
}, | ||
"dependencies": { | ||
"prelude-ls": "~1.1.1", | ||
"optionator": "~0.6.0", | ||
"source-map": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"jison": "0.4.15", | ||
"uglify-js": "~2.4.15", | ||
"istanbul": "~0.3.2", | ||
"browserify": "^9.0.2" | ||
} | ||
} |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
348999
17
0
9373
0
21
3
4
11
6
+ Addedoptionator@~0.6.0
+ Addedprelude-ls@~1.1.1
+ Addedsource-map@^0.3.0
+ Addedamdefine@1.0.1(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addedfast-levenshtein@1.0.7(transitive)
+ Addedlevn@0.2.5(transitive)
+ Addedoptionator@0.6.0(transitive)
+ Addedprelude-ls@1.1.2(transitive)
+ Addedsource-map@0.3.0(transitive)
+ Addedtype-check@0.3.2(transitive)
+ Addedwordwrap@0.0.3(transitive)