🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wikibase-edit

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikibase-edit - npm Package Compare versions

Comparing version

to
7.1.2

2

assets/metadata.js
// Generated by scripts/postversion
export const name = "wikibase-edit"
export const version = "7.1.1"
export const version = "7.1.2"
export const homepage = "https://github.com/maxlath/wikibase-edit"
export const issues = "https://github.com/maxlath/wikibase-edit/issues"

@@ -21,3 +21,10 @@ import error_ from './error.js'

const summary = params.summary || config.summary
const { summarySuffix } = config
let summary = params.summary || config.summary
if (summarySuffix) {
summary = summary || ''
summary += ` ${summarySuffix}`
summary = summary.trim()
}
const baserevid = params.baserevid || config.baserevid

@@ -24,0 +31,0 @@

{
"name": "wikibase-edit",
"version": "7.1.1",
"version": "7.1.2",
"description": "Edit Wikibase from NodeJS",

@@ -5,0 +5,0 @@ "type": "module",