
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
test-calender-booker
Advanced tools
Minimal Library Starter Kit for your Javascript projects
If you like TypeScript, check out ts-library-boilerplate-basic.
Want a more robust (yet bulkier) alternative? Check out js-library-boilerplate.
npm start
)git clone https://github.com/hodgef/js-library-boilerplate-basic.git myLibrary
npm install
Before shipping, make sure to:
LICENSE
filepackage.json
information (These will be used to generate the headers for your built files)library: "MyLibrary"
with your library's export name in ./webpack.config.js
npm publish
import MyLibrary from 'my-library';
const libraryInstance = new MyLibrary();
...
<script src="build/index.js"></script>
const MyLibrary = window.MyLibrary.default;
const libraryInstance = new MyLibrary();
...
Made a library using this starter kit? Share it here by submitting a pull request!
FAQs
Javascript Minimal Starter Kit for building libraries
The npm package test-calender-booker receives a total of 0 weekly downloads. As such, test-calender-booker popularity was classified as not popular.
We found that test-calender-booker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.