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

akismet

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akismet - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

14

lib/index.d.ts

@@ -164,3 +164,3 @@ /**

*/
declare class AkismetClient {
export declare class AkismetClient {
_blog: string;

@@ -220,8 +220,8 @@ _apiKey: string;

}
export declare const akismet: {
/**
* Creates and returns a new Akismet client.
*/
client(options: AkismetOptions): AkismetClient;
};
/**
* Creates and returns a new Akismet client.
*
* @param options - client settings
*/
export declare function client(options: AkismetOptions): AkismetClient;
export {};

@@ -114,9 +114,12 @@ "use strict";

}());
exports.akismet = {
/**
* Creates and returns a new Akismet client.
*/
client: function (options) {
return new AkismetClient(options);
}
};
exports.AkismetClient = AkismetClient;
/**
* Creates and returns a new Akismet client.
*
* @param options - client settings
*/
function client(options) {
return new AkismetClient(options);
}
exports.client = client;
;
{
"name": "akismet",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [

@@ -5,0 +5,0 @@ "akismet",

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