mediawiki-title
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -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. |
{ | ||
"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", |
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
44272
904