Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
wikibase-data-values
Advanced tools
This component is in alpha state and not suitable for reuse yet. It contains various JavaScript related to the DataValues library.
globeCoordinate.Formatter
.globeCoordinate
utility class.valueFormatters.ValueFormatterStore
.options
constructor parameter as well as the getOptions
method from
valueFormatters.ValueFormatter
.dataValues.DataValue.getSortKey
from the interface and all implementations.dataValues.TimeValue.getYear
, getMonth
, getDay
, getHour
, getMinute
, and
getSecond
.globeCoordinate.GlobeCoordinate.iso6709
.globeCoordinate.GlobeCoordinate.getDecimal
private.composer/installers
.QuantityValue
now supports unknown upper and lower bounds, required for compatibility with
DataValues Number 0.8.0.globeCoordinate.Formatter
.globeCoordinate.Formatter.PRECISIONTEXT
not properly supporting precisions lower than
1/1000 of an arcsecond.precision
to globeCoordinate.GlobeCoordinate
.globe
support to globeCoordinate.GlobeCoordinate
.valueParsers.StringParser.parse
now resolves empty strings to null
.id
s for the 0 to 6 dataValues.TimeValue.PRECISIONS
to be identical to the PHP
constants in DataValues Time.dataValues.UnUnserializableValue
to dataValues.UnDeserializableValue
.dataValues.UnDeserializableValue
(formerly
dataValues.UnUnserializableValue
).time.js
legacy code, including time.Time
and time.Parser
. Every "vital"
functionality has been ported to dataValues.TimeValue
which now may be interacted with directly
instead of having to retrieve the encapsulated time.Time
object first.valueParsers.TimeParser
. Back-end parser is to be used via API.mw.ext.dataValues
module as it was just overwriting the obsolete time.js
settings. Dependencies should be updated to point directly to the dataValues.values
module.toJSON
and newFromJSON
in dataValues.UnDeserializableValue
.Time
object's month and day attributes default to 0 instead of 1 now.Time.newFromIso8601()
.globeCoordinate.GlobeCoordinate.equals()
Initial release.
FAQs
DataValues implementation in JavaScript
We found that wikibase-data-values demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.