
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@types/karma-jasmine
Advanced tools
TypeScript definitions for karma-jasmine
npm install --save @types/karma-jasmine
This package contains type definitions for karma-jasmine (https://github.com/karma-runner/karma-jasmine#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-jasmine.
/// <reference types="jasmine" />
import karma = require("karma");
declare module "karma" {
interface ClientOptions {
jasmine?:
| (jasmine.Configuration & {
/** @deprecated undocumented to be removed */
timeoutInterval?: number | undefined;
})
| undefined;
/**
* run a subset of the full set of specs.
* Complete sharding support needs to be done in the process that calls karma,
* and would need to support test result integration across shards.
* See {@link https://github.com/karma-runner/karma-jasmine#sharding}
*/
shardIndex?: number | undefined;
/**
* run a subset of the full set of specs.
* Complete sharding support needs to be done in the process that calls karma,
* and would need to support test result integration across shards.
* See {@link https://github.com/karma-runner/karma-jasmine#sharding}
*/
totalShards?: number | undefined;
}
}
These definitions were written by Michel Salib, and Piotr Błażejewicz.
FAQs
TypeScript definitions for karma-jasmine
The npm package @types/karma-jasmine receives a total of 38,188 weekly downloads. As such, @types/karma-jasmine popularity was classified as popular.
We found that @types/karma-jasmine 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.