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.
px-core offers many short uses to make javascript easy to use. For example, it includes ajax, crypto, search, insert, delete and sort in json, Array and String prototypes, input - replace and focus events, and many utilities.
npm i jquery
npm i sweetalert2
npm i toastr
npm i px-jquery-wait
npm i px-core
require('px-jquery-wait'); or import 'px-jquery-wait';
require('px-core'); or import 'px-core';
core.default_root = "api"; //optional first segment to be used in each request eg api/...
@import "px-jquery-wait/px-wait.css"; //vite
@import "~px-jquery-wait/px-wait.css"; //mix
@import "toastr"; //vite
@import "~toastr"; //mix
- core.run("request_url", {params}, { form: "#formid or class - optional", waittext: "message to show until ajax result comes" }, function(e, err){ //e = data block returned as ajax result });
- let filterdata = core.json.filter(jsonarray, fieldname, value); //core.json.sort() -- core.json.remove()
- core.crypt.en("..."); core.crypt.de("....");
- core.u.{ many methods }
px-core is a suite of tools that includes a feature.
core.js simplifies your ajax operations and is short. You can use it with core.run.
core.utilities simplifies many javascript operations as a single use. core.u. You can use it with (methods).
core.property is added to objects as a property and it makes your work easier by continuing to write from the end of the object.
You can use ready events with core.events such as numericonly or moneyonly on inputs.
You can do your crypto operations in core.crypt javascript. core.c.en("orgdata") and core.c.de("cryptdata")
core.json adds additional features to your sorting and searching operations in your json data. core.j.filter, core.j.sort, core.j.remove, core.j.distinct
px-core bir özelliği içinde barındıran bir araç paketidir.
core.js ajax işlemlerinizi kolaylaştırır ve kısa kullanım olanağı sonunar. core.run ile kullanabilirsiniz.
core.utilities bir çok javascript işlemini tek kullanım olarak kolaylaştırır. core.u. (methodlar) ile kullanabilirsiniz.
core.property nesnelere özellik olarak eklenir ve nesne sonun dan yazıma devam ederek işinizi kolaylaştırır.
core.events ile hazır olayları kullanabilirsiniz örneğin input larda numericonly veya moneyonly gibi.
core.crypt javascript içerisinde kripto işlemlerinizi yapabilirsiniz. core.c.en("orgdata") ve core.c.de("cryptdata")
core.json json datalarınızda sıralama ve arama işlemlerinize ek özellikler katar. core.j.filter, core.j.sort, core.j.remove, core.j.distinct
FAQs
px-core offers many short uses to make javascript easy to use. For example, it includes ajax, crypto, search, insert, delete and sort in json, Array and String prototypes, input - replace and focus events, and many utilities.
The npm package px-core receives a total of 26 weekly downloads. As such, px-core popularity was classified as not popular.
We found that px-core 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.