Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cedx/akismet

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedx/akismet - npm Package Compare versions

Comparing version 16.0.0 to 16.0.1

lib/src/author.d.ts

34

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc