
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
JavaScript utility library for ECMAScript 5.1 (or higher, due to backwards compatibility). See the list of browsers supporting ES5 here.
jsu (read JSU) stands for and provides JavaScript Utilities. It targets older browser versions first unless there is a security risk, missing functionality or poor performance in newer browsers. Explicit support (dedicated code) is not planned for Internet Explorer as Microsoft Edge is its successor.
The features provided by jsu were originally part of the nvc project. Some of these features, such as type checking or timer events can be found in other utility libraries. In case you find these libraries too large as a dependency, or if they require too new JavaScript technologies, among other disadvantages, you can use jsu as a possible fallback. For example, jsu_event.js supports generic and timer events in just a few lines of code. Also note that type checking is need-specific, i.e. not all use cases will accept a boolean object as a boolean, or a numeric string or an infinite number as a number; so even jsu implementation might not be of any help in checking data types.
Overall, jsu is not a substitute for libraries such as jQuery or others with convenient functions like isEqual() performing deep comparison of arbitrary objects.
Documentation and examples are available here. Version changelog is here.
See this file for development and maintenance notes.
1.5.1 - 2023/05/06
"a"b,c
where "
is the field delimiter and ,
the field separator,
parsing now yields one column ['a"b,c']
instead of two ['a"b', 'c']
. Indeed,
the opening field delimiter should be considered unclosed because the second one
cannot be a closing delimiter (due to b
being the next character to read).FAQs
JavaScript Utilities
The npm package jsupack receives a total of 3 weekly downloads. As such, jsupack popularity was classified as not popular.
We found that jsupack 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.