mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
|
|
import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
|
||
|
|
|
||
|
|
checkNpmVersions({
|
||
|
|
'xss': '1.0.6',
|
||
|
|
}, 'my:xss');
|