Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "akismet", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"keywords": [ | ||
@@ -27,4 +27,3 @@ "akismet", | ||
"dependencies": { | ||
"request": "2.x", | ||
"tsc": "^1.20150623.0" | ||
"request": "2.x" | ||
}, | ||
@@ -31,0 +30,0 @@ "devDependencies": { |
@@ -9,3 +9,3 @@ An [Akismet](http://www.akismet.com/) API client for [node.js](http://nodejs.org/). | ||
``` bash | ||
npm install akismet | ||
npm install --save akismet | ||
``` | ||
@@ -32,3 +32,3 @@ | ||
``` js | ||
akismet.checkSpam({ | ||
akismet.checkComment({ | ||
user_ip: '1.1.1.1', | ||
@@ -46,3 +46,3 @@ permalink: 'http://www.my.blog.com/my-post', | ||
You can also send feedback to Akismet with `submitSpam` and `submitHam`. Their usage is the same as `checkSpam`. | ||
You can also send feedback to Akismet with `submitSpam` and `submitHam`. Their usage is the same as `checkComment`. | ||
@@ -49,0 +49,0 @@ ``` js |
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
1
15582
- Removedtsc@^1.20150623.0
- Removedtsc@1.20150623.0(transitive)