Comparing version 0.2.7 to 1.0.0
{ | ||
"name": "law", | ||
"description": "Tools to create policy and validations for services.", | ||
"version": "0.2.7", | ||
"version": "1.0.0", | ||
"homepage": "http://github.com/TorchlightSoftware/law", | ||
"repository": "git://github.com/TorchlightSoftware/law.git", | ||
"author": "Torchlight Software <info@torchlightsoftware.com>", | ||
"main": "./index.js", | ||
"dependencies":{ | ||
"coffee-script":"*", | ||
"tea-error":"*" | ||
"main": "./lib/main.js", | ||
"dependencies": { | ||
"tea-error": "^0.2.0" | ||
}, | ||
"devDependencies":{ | ||
"mocha":"*", | ||
"torch":"*", | ||
"should":"*" | ||
"devDependencies": { | ||
"mocha": "*", | ||
"torch": "*", | ||
"should": "*" | ||
}, | ||
"engines":{ | ||
"node":">= 0.8.4" | ||
"engines": { | ||
"node": ">= 0.8.4" | ||
}, | ||
"licenses":[ | ||
"licenses": [ | ||
{ | ||
"type":"MIT", | ||
"url":"http://github.com/torchlightsoftware/law/raw/master/LICENSE" | ||
"type": "MIT", | ||
"url": "http://github.com/torchlightsoftware/law/raw/master/LICENSE" | ||
} | ||
@@ -26,0 +25,0 @@ ], |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
65035
1
1698
0
1
40
4
- Removedcoffee-script@*
- Removedcoffee-script@1.12.7(transitive)
Updatedtea-error@^0.2.0