Zend certified PHP/Magento developer

Magento 2: How To Override Mass action js For Current Module(works only for the current module)?

Magento 2: How To Override Mass action js For Current Module(works only for the current module)?

Using the mixin I’m able to override core massactions.js but its working with other modules too.

How can I add massactions.js for the current module only?

Or

How can I add massactions.js which only work for vendor_module not with other modules?

Thanks

– VendorModuleviewbasewebjsgridmassactions.js

var config = {
    map: {
        '*': {
            'Magento_Ui/js/grid/massactions':'Vendor_Module/js/grid/massactions-mixin'
        }
    }
};