Comparing version 0.0.7 to 0.0.8
{ | ||
"name":"qi", | ||
"description":"A small DSL for async flow control.", | ||
"version":"0.0.7", | ||
"version":"0.0.8", | ||
"homepage":"http://github.com/TorchlightSoftware/qi", | ||
"repository":"git://github.com/TorchlightSoftware/qi.git", | ||
"author":"Torchlight Software <info@torchlightsoftware.com> (http://torchlightsoftware.com)", | ||
"main":"./index.js", | ||
"main":"./dist/qi.js", | ||
"dependencies":{ | ||
"coffee-script":"*" | ||
}, | ||
"devDependencies":{ | ||
"coffee-script":"*", | ||
"mocha":"*", | ||
@@ -15,0 +15,0 @@ "should":"*" |
@@ -15,4 +15,12 @@ # Qi | ||
From these we derive more complex functions for specific use cases: | ||
* map | ||
* others? | ||
## Installation | ||
```bash | ||
npm install qi | ||
bower install qi | ||
``` | ||
@@ -47,2 +55,3 @@ | ||
done() | ||
``` | ||
@@ -49,0 +58,0 @@ # Fundamental Operators |
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
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 1 instance 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
16434
0
23
142
1
178
0
3
- Removedcoffee-script@*
- Removedcoffee-script@1.12.7(transitive)