Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@hishprorg/saepe-totam-reiciendis
Advanced tools
A light weight functional JavaScript library that only depends on itself.
Because I think mineral names are cool
The goal for Kyanite is to be stripped down, light weight, and intuitive. The idea is to be performant and easy to use in a functional setting, making it simple to build reusable functions in your code base with powerful and organized algorithmic pipes. Ultimately, Kyanite’s continued growth and improvement will support the growth and improvement of the JavaScript community
Note: As of
v2.0.0
the module should be imported as justK
instead of@hishprorg/saepe-totam-reiciendis
The unminified version of the library is no longer available as of 2.0.0
With a CDN
<!-- It is recommended to replace the @latest with a strict version number for production -->
<script src="https://cdn.jsdelivr.net/npm/@hishprorg/saepe-totam-reiciendis@latest/dist/@hishprorg/saepe-totam-reiciendis.iife.min.js"></script>
<script>
K.isEmpty({})
</script>
Or installing with npm i @hishprorg/saepe-totam-reiciendis
and then:
Standard module system
// This will use the module path in the package.json (src/index.js)
import * as K from '@hishprorg/saepe-totam-reiciendis'
Common JS
// For the prod minified version
const K = require('@hishprorg/saepe-totam-reiciendis')
Kyanite follows the tap setup using the tape testing suite.
To run the tests:
git clone
the repocd
into the repo foldernpm i
npm t
A lot of the if not most of the inspiration for this library came from 2 libraries I follow closely, Primarily most of it stems from:
FAQs
</a
The npm package @hishprorg/saepe-totam-reiciendis receives a total of 0 weekly downloads. As such, @hishprorg/saepe-totam-reiciendis popularity was classified as not popular.
We found that @hishprorg/saepe-totam-reiciendis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.