├── .github └── language.js ├── LICENSE └── README.md /.github/language.js: -------------------------------------------------------------------------------- 1 | console.log('oh hello there'); 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirantal/npm-security-best-practices/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirantal/npm-security-best-practices/HEAD/README.md --------------------------------------------------------------------------------