@cedx/akismet
Advanced tools
Comparing version 16.0.0 to 16.0.1
{ | ||
"bugs": "https://github.com/cedx/akismet.js/issues", | ||
"description": "Prevent comment spam using the Akismet service.", | ||
"exports": "./lib/index.js", | ||
"homepage": "https://github.com/cedx/akismet.js", | ||
@@ -10,4 +9,3 @@ "license": "MIT", | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"version": "16.0.0", | ||
"version": "16.0.1", | ||
"author": { | ||
@@ -18,16 +16,14 @@ "email": "cedric@belin.io", | ||
}, | ||
"dependencies": { | ||
"undici": "^5.5.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/plugin-syntax-import-assertions": "^7.18.6", | ||
"@types/gulp": "^4.0.9", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.0", | ||
"c8": "^7.11.3", | ||
"del": "^6.1.1", | ||
"eslint": "^8.18.0", | ||
"@types/node": "^18.11.0", | ||
"c8": "^7.12.0", | ||
"del": "^7.0.0", | ||
"eslint": "^8.25.0", | ||
"execa": "^6.1.0", | ||
"gulp": "^4.0.2", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.4" | ||
"typedoc": "^0.23.17", | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -37,10 +33,10 @@ "engines": { | ||
}, | ||
"exports": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./src/index.js" | ||
}, | ||
"files": [ | ||
"lib/", | ||
"share/" | ||
"src/" | ||
], | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/cedx" | ||
}, | ||
"keywords": [ | ||
@@ -56,4 +52,4 @@ "akismet", | ||
"prepack": "gulp", | ||
"test": "c8 --all --include=lib/**/*.js --report-dir=var --reporter=lcovonly node --test" | ||
"test": "c8 --all --include=src/**/*.js --report-dir=var --reporter=lcovonly node --test" | ||
} | ||
} |
# Akismet for JS | ||
![Runtime](https://badgen.net/npm/node/@cedx/akismet) ![Release](https://badgen.net/npm/v/@cedx/akismet) ![License](https://badgen.net/npm/license/@cedx/akismet) ![Downloads](https://badgen.net/npm/dt/@cedx/akismet) ![Coverage](https://badgen.net/codecov/c/github/cedx/akismet.js) | ||
Prevent comment spam using [Akismet](https://akismet.com) service, in [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript). | ||
Prevent comment spam using [Akismet](https://akismet.com) service, in [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript). | ||
@@ -6,0 +6,0 @@ ## Documentation |
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
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
0
34891
11
22
836
2
- Removedundici@^5.5.1
- Removed@fastify/busboy@2.1.1(transitive)
- Removedundici@5.28.4(transitive)