akismet-api
Advanced tools
Comparing version 5.2.1 to 5.3.0
@@ -0,1 +1,7 @@ | ||
5.3.0 | ||
===== | ||
* Feature: Added typescript DTS typings (thanks @jasonflorentino!) | ||
* Patch: Removed David DM | ||
5.2.1 | ||
@@ -2,0 +8,0 @@ ===== |
{ | ||
"name": "akismet-api", | ||
"version": "5.2.1", | ||
"version": "5.3.0", | ||
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service", | ||
"main": "lib/akismet.js", | ||
"typings": "akismet-api.d.ts", | ||
"dependencies": { | ||
"bluebird": "^3.1.1", | ||
"superagent": "^6.1.0" | ||
"superagent": "^7.0.1" | ||
}, | ||
@@ -10,0 +11,0 @@ "devDependencies": { |
@@ -5,3 +5,2 @@ Akismet-api | ||
[![Build Status][img:build]][build] | ||
[![Dependency Status][img:deps]][deps] | ||
[![Download Count][img:downloads]][downloads] | ||
@@ -14,2 +13,3 @@ [![License][img:license]][license] | ||
Features: | ||
* Typescript support | ||
* API support for async/await, promises, and callbacks | ||
@@ -164,3 +164,2 @@ * Supports all active versions of node (10 to 16) | ||
[img:build]: https://img.shields.io/travis/com/chrisfosterelli/akismet-api/master.svg?maxAge=3600&style=flat-square | ||
[img:deps]: https://img.shields.io/david/chrisfosterelli/akismet-api.svg?maxAge=3600&style=flat-square | ||
[img:downloads]: https://img.shields.io/npm/dm/akismet-api.svg?maxAge=3600&style=flat-square | ||
@@ -167,0 +166,0 @@ [img:license]: https://img.shields.io/npm/l/akismet-api.svg?maxAge=3600&style=flat-square |
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
74439
20
1681
176
+ Addedasap@2.0.6(transitive)
+ Addeddezalgo@1.0.4(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedformidable@2.1.2(transitive)
+ Addedhexoid@1.0.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedsuperagent@7.1.6(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedform-data@3.0.2(transitive)
- Removedformidable@1.2.6(transitive)
- Removedsuperagent@6.1.0(transitive)
Updatedsuperagent@^7.0.1