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

mediawiki-title

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediawiki-title - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

5

lib/index.js

@@ -143,2 +143,7 @@ "use strict";

Namespace.prototype.isATalkNamespace = function() {
// See https://www.mediawiki.org/wiki/Manual:Namespace#Subject_and_talk_namespaces
return this._id % 2 === 1;
};
/**

@@ -145,0 +150,0 @@ * Get the normalized localized name string for this namespace.

2

package.json
{
"name": "mediawiki-title",
"version": "0.5.2",
"version": "0.5.3",
"description": "Title normalization library for mediawiki",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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