UNPKG
angular2-tesla-common
Version:
latest (999999999.9999999999.9999999999)
999999999.9999999999.9999999999
Simple PoC package for testing for dependency confusion vulnerabilities.
angular2-tesla-common
/
index.js
4 lines
(3 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the demo package"
); }