
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.
jasmine2-atom-matchers
Advanced tools
This will add the matchers from Atom for Jasmine 2.x or 3.x
npm install --save-dev jasmine2-atom-matchers
// in your jasmine helpers.js
require("jasmine2-atom-matchers")
Matches if expected is an instance of Class
Matches if expected.length === length
Matches if expected path exists
Matches if expected element has focus
Matches if expected element is not display: none;
Matches if normalized expected path === normalized path
Matches if $(element).hasClass(className)
Matches if $(element).is(":visible")
Matches if $(element).is(":hidden")
Matches if $(element).is(":selected")
Matches if $(element).is(":checked")
Matches if $(element).is(":empty")
Matches if $(element).is(":disabled")
Matches if $(element).length > 0
Matches if $(element).attr(attrName) !== undefined and optionally $(element).attr(attrName) === attrValue
Matches if $(element).attr("id") === id
Matches if $(element).html() === html
Matches if $(element).text() === text
Matches if $(element).val() === value
Matches if $(element).data(dataKey) !== undefined and optionally $(element).data(dataKey) === dataValue
Matches if $(element).is(selector)
Matches if $(element).find(element|selector).length > 0
Matches if $(element).on(eventName)
Matches if $(element).on(eventName, eventHandler)
FAQs
Custom matchers from Atom
The npm package jasmine2-atom-matchers receives a total of 42 weekly downloads. As such, jasmine2-atom-matchers popularity was classified as not popular.
We found that jasmine2-atom-matchers 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.